kill unused invalidate_inode_pages helper
authorChristoph Hellwig <hch@lst.de>
Tue, 26 Jan 2010 16:27:20 +0000 (17:27 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 3 Mar 2010 19:07:55 +0000 (14:07 -0500)
commit2ecdc82ef0b03e67ce5ecee79d0d108177a704df
tree66887e3e0e7328c4030888905a713a995bb1654b
parent270ba5f7c5dac0bfb564aa35a536fb31ad4075bd
kill unused invalidate_inode_pages helper

No one is calling this anymore as everyone has switched to
invalidate_mapping_pages long time ago.  Also update a few
references to it in comments.  nfs has two more, but I can't
easily figure what they are actually referring to, so I left
them as-is.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/usb/gadget/f_mass_storage.c
drivers/usb/gadget/file_storage.c
include/linux/fs.h
mm/filemap.c