Whamcloud - gitweb
debugfs: make expand command support inline data
authorZheng Liu <wenqing.lz@taobao.com>
Mon, 3 Mar 2014 05:31:27 +0000 (00:31 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Mar 2014 13:46:14 +0000 (08:46 -0500)
commit46bd6bdfc8c2e79336267f639b7963bea4487c42
tree466d06b11c5f528151417a8308fa5d6f617f1999
parent133e94627b01823d2555450ddd1d95401ff2227a
debugfs: make expand command support inline data

This commit defines a ext2fs_inline_data_expand() to expand an inode with
inline data.  In this commit this function only can expand a directory.
But later it will expand a file.

Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/expanddir.c
lib/ext2fs/ext2fsP.h
lib/ext2fs/inline_data.c