From: Mark Fasheh Date: Wed, 29 Aug 2007 00:13:23 +0000 (-0700) Subject: ocfs2: move nonsparse hole-filling into ocfs2_write_begin() X-Git-Tag: v2.6.24-rc1~1398^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ed39d6ca78f07d2958814e08440e4264b6b488;p=pandora-kernel.git ocfs2: move nonsparse hole-filling into ocfs2_write_begin() By doing this, we can remove any higher level logic which has to have knowledge of btree functionality - any callers of ocfs2_write_begin() can now expect it to do anything necessary to prepare the inode for new data. Signed-off-by: Mark Fasheh Reviewed-by: Joel Becker --- Reading git-diff-tree failed