]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] MM: Remove [PATCH] invalidate_inode_pages2_range() debug
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 26 Jan 2007 08:57:11 +0000 (00:57 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 26 Jan 2007 21:51:00 +0000 (13:51 -0800)
commit3427cfe00ee5866bf92d2d5e389b866f393c1fdb
treeed3090026929949a5d7e723e302ef7ecd8be272e
parent27eb40943ddaccb7e429c47f3309af8089395838
[PATCH] MM: Remove [PATCH] invalidate_inode_pages2_range() debug

NFS can handle the case where invalidate_inode_pages2_range() fails, so the
premise behind commit b0b228f3d97f5f35827da5cc555438a5f99ac30d is now gone.

Remove the WARN_ON_ONCE() which is causing users grief as we can see from
http://bugzilla.kernel.org/show_bug.cgi?id=7826

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/truncate.c