From: Mark Fasheh Date: Sat, 10 Mar 2007 00:43:28 +0000 (-0800) Subject: ocfs2: Support creation of unwritten extents X-Git-Tag: v2.6.23-rc1~781^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae99a60374f360ba07037ebbf33d19b89ac43a6;p=pandora-kernel.git ocfs2: Support creation of unwritten extents This can now be trivially supported with re-use of our existing extend code. ocfs2_allocate_unwritten_extents() takes a start offset and a byte length and iterates over the inode, adding extents (marked as unwritten) until len is reached. Existing extents are skipped over. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed