Whamcloud - gitweb
libext2fs: refactor extent head creation
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 3 Dec 2014 03:55:04 +0000 (22:55 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 3 Dec 2014 03:55:04 +0000 (22:55 -0500)
commit3548bb64b5690608720120b56beeafaecc68d68b
tree05fbb4d7be259008505fd5034d8b7c226f380df0
parent44765c4e852cc5c7fa80583e08b02bfd7cd3a83c
libext2fs: refactor extent head creation

Don't open-code the creation of the extent tree header, since
ext2fs_extent_open2() knows how to take care of this.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/inline_data.c
misc/create_inode.c