commit | c802ad9ed6c6756dfb65d31f0f559e90df3825d5 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Tue May 20 16:13:41 2008 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jun 02 18:52:12 2008 -0400 |
tree | 3366d42e09fdc8556719eb5f41a88dcf756093f4 | |
parent | f4e9963c0966734d8dc16877753698193b83cd65 [diff] |
Teach ext2fs_extent_delete() to remove an empty extent node from the tree ext2fs_extent_delete() will also update the parent node and decrement the inode block count. Passing in the EXT2_EXTENT_DELETE_KEEP_EMPTY flag will allow the empty node to remain. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>