kill do_generic_mapping_read
authorChristoph Hellwig <hch@lst.de>
Fri, 8 Feb 2008 12:21:24 +0000 (04:21 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:39 +0000 (09:22 -0800)
commit36e789144267105e0b3f2b9bca7db3184fce50dc
treecff6b92b2d54cf5e88db3f0fd71071a6b80b06f5
parent7437a51b30743ff1488981a393fc9e67894bf757
kill do_generic_mapping_read

do_generic_mapping_read was used by gfs2 for internals reads, but this use
of the interface was rather suboptimal (as was the whole interface) and has
been replaced by an internal helper now.  This patch kills
do_generic_mapping_read and surrounding damage in preparation of additional
cleanups for the buffered read path.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/fs.h
mm/filemap.c