From: Badari Pulavarty Date: Sun, 26 Mar 2006 09:38:04 +0000 (-0800) Subject: [PATCH] ext3: multi-block get_block() X-Git-Tag: v2.6.17-rc1~588 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91a2ad2ed97099fb565e3336f8df0df717f2ba9;p=pandora-kernel.git [PATCH] ext3: multi-block get_block() Mingming Cao recently added multi-block allocation support for ext3, currently used only by DIO. I added support to map multiple blocks for mpage_readpages(). This patch add support for ext3_get_block() to deal with multi-block mapping. Basically it renames ext3_direct_io_get_blocks() as ext3_get_block(). Signed-off-by: Badari Pulavarty Cc: Mingming Cao Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed