commit | 01229db57ee71518f81d87d6bf900c62fe1de100 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Tue May 20 10:15:27 2008 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jun 02 10:14:08 2008 -0400 |
tree | c0b8865d809bf45644f773639860238dc334d9d4 | |
parent | 9fd6a96d9bf089d8d0ece3bba23b0ef19d03c102 [diff] |
Teach ext2fs_extent_insert() to split the current node if necessary If ext2fs_extent_insert finds that the requested node for insertion is full, it will currently fail. With this patch it will split as necessary to make room, unless an EXT2_EXTENT_INSERT_NOSPLIT flag is passed to it. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>