commit | 8f3428d8996cfb1a35a07f7b6e3d33f54978e9d1 | [log] [tgz] |
---|---|---|
author | Zheng Liu <wenqing.lz@taobao.com> | Mon Mar 03 00:31:27 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Mar 04 08:46:14 2014 -0500 |
tree | 1ded36f9011525ef9fc088870a05d31a2b3a69a2 | |
parent | 82e77d07ee6c9e2414233d4428887a22bf755609 [diff] |
debugfs: make lsdel command support inline data After checking inline data in ext2fs_inode_have_valid_blocks2() we won't traverse the block in do_lsdel() function. But if an inode has inline data we also need to report it. Signed-off-by: Zheng Liu <wenqing.lz@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>