Whamcloud - gitweb
debugfs: handle inline data feature in punch command
authorZheng Liu <wenqing.lz@taobao.com>
Mon, 3 Mar 2014 05:34:40 +0000 (00:34 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Mar 2014 13:46:14 +0000 (08:46 -0500)
commit97581d448127f95dcc968c0785f7ab3413bf0222
tree5ccbc314cbd93dd762783adc21f341d40ee8822a
parentf5f6c020cac429a5484ad0fdaccb44f127912075
debugfs: handle inline data feature in punch command

Now punch command only can remove all inline data because now
punch command is based on block unit and the size of inline data is
never beyond a block size.

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