]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite84ccbcefa75acd191597ae9b24c948702637b77
treecff6b92b2d54cf5e88db3f0fd71071a6b80b06f5
parent99e5d52b50328960aa89d57fc2a09305d40876a3
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