ext4: no need to add inode to orphan list during hole punch
authorAshish Sangwan <ashishsangwan2@gmail.com>
Sun, 19 Aug 2012 02:29:46 +0000 (22:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 19 Aug 2012 02:29:46 +0000 (22:29 -0400)
commite3d2e433e32a4b7a05818cbc9158037e26c74c8e
tree4f8074e7c1ea6762fbe9474499619f1bad53f261
parenteeecef0af5ea4efd763c9554cf2bd80fc4a0efd3
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>
fs/ext4/extents.c