]> Git Repo - linux.git/commit - mm/swapfile.c
mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONT
authorDaniel Jordan <[email protected]>
Thu, 14 Jun 2018 22:26:21 +0000 (15:26 -0700)
committerLinus Torvalds <[email protected]>
Thu, 14 Jun 2018 22:55:23 +0000 (07:55 +0900)
commit955c97f0859abef698e77f5697f5c4008303abb9
treedb5d019d639b5a08e925e562cbb737c7cb6981ab
parentdf2a419677652439b473a73c5acf32354b217cc6
mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONT

Commit 570a335b8e22 ("swap_info: swap count continuations") introduces
COUNT_CONTINUED but refers to it incorrectly as SWAP_HAS_CONT in a
comment in swap_count.  Fix it.

Link: http://lkml.kernel.org/r/[email protected]
Fixes: 570a335b8e22 ("swap_info: swap count continuations")
Signed-off-by: Daniel Jordan <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Cc: "Huang, Ying" <[email protected]>
Cc: Hugh Dickins <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/swapfile.c
This page took 0.052396 seconds and 4 git commands to generate.