]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] VM: invalidate_inode_pages2_range() should not exit early
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 1 Mar 2007 04:13:55 +0000 (20:13 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 1 Mar 2007 22:53:39 +0000 (14:53 -0800)
commite6c9eadeba941ef120b1757bebaf1c72588a9c23
tree754dce6432258e0a8c3a758e13a34eb3a1d22ee1
parent92c0754c12d725e848c777769ad1edeb79e9f3f7
[PATCH] VM: invalidate_inode_pages2_range() should not exit early

Fix invalidate_inode_pages2_range() so that it does not immediately exit
just because a single page in the specified range could not be removed.

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