summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dir2_leaf.c
diff options
context:
space:
mode:
authorNick Piggin <npiggin@suse.de>2009-01-14 07:28:16 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-18 10:44:06 -0800
commitbe21b8d128703869d9fab528080c237ef7701af6 (patch)
tree182d9f7d5203e50b9afc04810f319898c195195d /fs/xfs/xfs_dir2_leaf.c
parent9e48dd3dd3a746e3daa6835da088d89d1921c6fb (diff)
mm: fix assertion
commit 18e6959c385f3edf3991fa6662a53dac4eb10d5b upstream. This assertion is incorrect for lockless pagecache. By definition if we have an unpinned page that we are trying to take a speculative reference to, it may become the tail of a compound page at any time (if it is freed, then reallocated as a compound page). It was still a valid assertion for the vmscan.c LRU isolation case, but it doesn't seem incredibly helpful... if somebody wants it, they can put it back directly where it applies in the vmscan code. Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/xfs/xfs_dir2_leaf.c')
0 files changed, 0 insertions, 0 deletions