From: Badari Pulavarty Date: Sun, 26 Mar 2006 09:38:02 +0000 (-0800) Subject: [PATCH] remove ->get_blocks() support X-Git-Tag: v2.6.17-rc1~590 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d8fa7a2b9a39d18727acc5c468e870df606c852;p=pandora-kernel.git [PATCH] remove ->get_blocks() support Now that get_block() can handle mapping multiple disk blocks, no need to have ->get_blocks(). This patch removes fs specific ->get_blocks() added for DIO and makes it users use get_block() instead. Signed-off-by: Badari Pulavarty Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed