From: Christoph Hellwig Date: Fri, 8 Feb 2008 12:21:24 +0000 (-0800) Subject: kill do_generic_mapping_read X-Git-Tag: v2.6.25-rc1~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e789144267105e0b3f2b9bca7db3184fce50dc;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed