From: Mark Fasheh Date: Mon, 18 Jun 2007 17:48:04 +0000 (-0700) Subject: ocfs2: btree changes for unwritten extents X-Git-Tag: v2.6.23-rc1~781^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=328d5752e1259dfb29b7e65f6c2d145fddbaa750;p=pandora-kernel.git ocfs2: btree changes for unwritten extents Writes to a region marked as unwritten might result in a record split or merge. We can support splits by making minor changes to the existing insert code. Merges require left rotations which mostly re-use right rotation support functions. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed