From: Christoph Hellwig Date: Wed, 6 Oct 2010 08:47:23 +0000 (+0200) Subject: fs: kill block_prepare_write X-Git-Tag: v2.6.37-rc1~94^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebdec241d509cf69f6ebf1ecdc036359d3dbe154;p=pandora-kernel.git fs: kill block_prepare_write __block_write_begin and block_prepare_write are identical except for slightly different calling conventions. Convert all callers to the __block_write_begin calling conventions and drop block_prepare_write. Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed