commit | 65ed39d6ca78f07d2958814e08440e4264b6b488 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Tue Aug 28 17:13:23 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Oct 12 11:54:35 2007 -0700 |
tree | 477623ef58810a6d32c8d23fbf17e5258495ddb0 | |
parent | 92e91ce2a30b2af53ebf077512801dc01e75cca5 [diff] |
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 <mark.fasheh@oracle.com> Reviewed-by: Joel Becker <joel.becker@oracle.com>