commit | aa8e2f1c31374bfc6e479aea008896d179b100b4 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jun 02 00:08:19 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jun 02 00:14:23 2008 -0400 |
tree | d0b48d66d249337672140ac01e288eee5df33691 | |
parent | 05a32de263228ce8f78746143384e5ebe2677d14 [diff] |
ext2fs_extent_open: If the inode is empty, initialize the extent tree If the inode's i_block[] array is completely empty, create an empty extent tree in the in-core inode and set the EXT4_EXTENT_FL inode flag. This makes it easy to create a new inode using extents. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>