diff options
-rw-r--r-- | fs/ext4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 11119e07233b..87e3c70d0692 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -5374,7 +5374,7 @@ int ext4_write_inode(struct inode *inode, struct writeback_control *wbc) | |||
5374 | } else { | 5374 | } else { |
5375 | struct ext4_iloc iloc; | 5375 | struct ext4_iloc iloc; |
5376 | 5376 | ||
5377 | err = ext4_get_inode_loc(inode, &iloc); | 5377 | err = __ext4_get_inode_loc(inode, &iloc, 0); |
5378 | if (err) | 5378 | if (err) |
5379 | return err; | 5379 | return err; |
5380 | if (wbc->sync_mode == WB_SYNC_ALL) | 5380 | if (wbc->sync_mode == WB_SYNC_ALL) |