commit | e3d2e433e32a4b7a05818cbc9158037e26c74c8e | [log] [tgz] |
---|---|---|
author | Ashish Sangwan <ashishsangwan2@gmail.com> | Sat Aug 18 22:29:46 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Aug 18 22:29:46 2012 -0400 |
tree | 4f8074e7c1ea6762fbe9474499619f1bad53f261 | |
parent | eeecef0af5ea4efd763c9554cf2bd80fc4a0efd3 [diff] |
ext4: no need to add inode to orphan list during hole punch While performing punch hole for an inode, i_disksize is not changed. So, there is no need to add the inode to orphan list. Signed-off-by: Ashish Sangwan <ashish.sangwan2@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@gmail.com> Acked-by: Zheng Liu <wenqing.lz@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>