]> git.baikalelectronics.ru Git - kernel.git/commit
mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONT
authorDaniel Jordan <daniel.m.jordan@oracle.com>
Thu, 14 Jun 2018 22:26:21 +0000 (15:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 14 Jun 2018 22:55:23 +0000 (07:55 +0900)
commit71572403807f5a614e4605eed0f3fa3c6de6c4fc
treedb5d019d639b5a08e925e562cbb737c7cb6981ab
parent687c43e21775d77e700a5c769ec2ce75e405733e
mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONT

Commit 069e1a20af92 ("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/20180612175919.30413-1-daniel.m.jordan@oracle.com
Fixes: 069e1a20af92 ("swap_info: swap count continuations")
Signed-off-by: Daniel Jordan <daniel.m.jordan@oracle.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: "Huang, Ying" <ying.huang@intel.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/swapfile.c