commit | ae1276b9349a2fd9c3afb4651e25a77ac03299d9 | [log] [tgz] |
---|---|---|
author | Qi Yong <qiyong@fc-cn.com> | Mon Feb 04 22:29:27 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Feb 05 09:44:19 2008 -0800 |
tree | e3bef5a303f308e398caf53ac098b1d4a2a8061f | |
parent | 920c7a5d0c94b8ce740f1d76fa06422f2a95a757 [diff] |
set_page_refcounted() VM_BUG_ON fix The current PageTail semantic is that a PageTail page is first a PageCompound page. So remove the redundant PageCompound test in set_page_refcounted(). Signed-off-by: Qi Yong <qiyong@fc-cn.com> Cc: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>