Signed-off-by: Dmitry Monakhov <dmonakhov@xxxxxxxxxx> --- fs/ext4/extents.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 0365173..5cce39a 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c @@ -3289,6 +3289,7 @@ ext4_ext_handle_punched_extent(handle_t *handle, struct inode *inode, if (!err && ext4_ext_try_shrink(handle, inode)) err = ext4_mark_inode_dirty(handle, inode); out: + ext4_update_inode_fsync_trans(handle, inode, 0); if (path) { ext4_ext_drop_refs(path); kfree(path); -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html