[PATCH] Rename PG_checked to PG_owner_priv_1
authorNick Piggin <nickpiggin@yahoo.com.au>
Thu, 1 Mar 2007 04:12:27 +0000 (20:12 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 1 Mar 2007 22:53:37 +0000 (14:53 -0800)
commit5409bae07a63630ba5a40f3f00b7f3e6d7eceedd
treecc8837a90476091fc1fec7f20e4a2ca99ffbae41
parent93a6fefe2f6fc380870c0985b246bec7f37a06f7
[PATCH] Rename PG_checked to PG_owner_priv_1

Rename PG_checked to PG_owner_priv_1 to reflect its availablilty as a
private flag for use by the owner/allocator of the page.  In the case of
pagecache pages (which might be considered to be owned by the mm),
filesystems may use the flag.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/page-flags.h
mm/page_alloc.c