Skip to content

Commit

Permalink
ocfs2: make room for unwritten extents flag
Browse files Browse the repository at this point in the history
Due to the size of our group bitmaps, we'll never have a leaf node extent
record with more than 16 bits worth of clusters. Split e_clusters up so that
leaf nodes can get a flags field where we can mark unwritten extents.
Interior nodes whose length references all the child nodes beneath it can't
split their e_clusters field, so we use a union to preserve sizing there.

Signed-off-by: Mark Fasheh <[email protected]>
  • Loading branch information
Mark Fasheh committed Apr 26, 2007
1 parent 6af67d8 commit e48edee
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 69 deletions.
Loading

0 comments on commit e48edee

Please sign in to comment.