Whamcloud - gitweb
libext2fs: allocate clusters to files in expand_dir.c and mkjournal.c
authorTheodore Ts'o <tytso@mit.edu>
Fri, 10 Jun 2011 22:54:53 +0000 (18:54 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 10 Jun 2011 22:54:53 +0000 (18:54 -0400)
commit4a2a9b70c89891a146bcb9cee3f29572ca2e1370
tree07be3d72c24cf56d31129c1b3daaab2872aeca10
parentb0ecb787ef9fde414791b644fa074450b28d4060
libext2fs: allocate clusters to files in expand_dir.c and mkjournal.c

Teach ext2fs_expand_dir() and ext2fs_add_journal_inode() about
allocating blocks when clustered allocation is enabled.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/expanddir.c
lib/ext2fs/mkjournal.c