commit | 328d5752e1259dfb29b7e65f6c2d145fddbaa750 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Mon Jun 18 10:48:04 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Tue Jul 10 17:32:00 2007 -0700 |
tree | 08198271a0382cafcc4c0de2fc1efcf35cb400af | |
parent | c3afcbb34426a9291e4c038540129053a72c3cd8 [diff] |
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 <mark.fasheh@oracle.com>