[PATCH] remove invalidate_inode_pages()
authorAndrew Morton <akpm@osdl.org>
Sat, 10 Feb 2007 09:45:39 +0000 (01:45 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:31 +0000 (10:51 -0800)
commitfc0ecff698165ae8e178efa086e0dd1f385206b1
treefc6274f0862bdd6749172201170b2f6a7ce4c4ff
parent54bc485522afdac33de5504da2ea8cdcc690674e
[PATCH] remove invalidate_inode_pages()

Convert all calls to invalidate_inode_pages() into open-coded calls to
invalidate_mapping_pages().

Leave the invalidate_inode_pages() wrapper in place for now, marked as
deprecated.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
12 files changed:
drivers/md/bitmap.c
drivers/mtd/devices/block2mtd.c
drivers/usb/gadget/file_storage.c
fs/9p/vfs_file.c
fs/buffer.c
fs/drop_caches.c
fs/fuse/file.c
fs/fuse/inode.c
fs/inode.c
fs/jffs/inode-v23.c
include/linux/fs.h
mm/truncate.c