]> git.baikalelectronics.ru Git - kernel.git/commit
/proc/pid/pagemap: fix PM_SPECIAL macro
authorHans Rosenfeld <hans.rosenfeld@amd.com>
Sat, 23 Feb 2008 23:23:31 +0000 (15:23 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 24 Feb 2008 01:12:13 +0000 (17:12 -0800)
commitefdb0280b7b8c7442fb56d3e2b2ce3523336bf5c
tree832467aaac5c2a7905cd0d08a47026e5158fb35d
parenta5a70e81b990bb1ab3405135fc77ae9b03373510
/proc/pid/pagemap: fix PM_SPECIAL macro

There seems to be a bug in the PM_SPECIAL macro for /proc/pid/pagemap.  I
think masking out those other bits makes more sense then setting all those
mask bits.

Signed-off-by: Hans Rosenfeld <Hans.Rosenfeld@amd.com>
Acked-by: Matt Mackall <mpm@selenic.com>
Cc: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/task_mmu.c