commit | dcd0538ff4e854fa9d7f4630b359ca8fdb5cb5a8 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Tue Jan 16 11:32:23 2007 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Thu Apr 26 14:44:03 2007 -0700 |
tree | 226d725f8199907cea2433d1d183b01e51d9bc55 | |
parent | 6f16bf655c5795586dd2ac96a7c70e0b9a378746 [diff] |
ocfs2: sparse b-tree support Introduce tree rotations into the b-tree code. This will allow ocfs2 to support sparse files. Much of the added code is designed to be generic (in the ocfs2 sense) so that it can later be re-used to implement large extended attributes. This patch only adds the rotation code and does minimal updates to callers of the extent api. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>