diff options
-rw-r--r-- | fs/fuse/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/file.c b/fs/fuse/file.c index 982288a1c6ab..7ae1e6972caa 100644 --- a/fs/fuse/file.c +++ b/fs/fuse/file.c | |||
@@ -501,7 +501,7 @@ int fuse_fsync_common(struct file *file, loff_t start, loff_t end, | |||
501 | fuse_sync_writes(inode); | 501 | fuse_sync_writes(inode); |
502 | 502 | ||
503 | if (test_bit(FUSE_I_MTIME_DIRTY, &get_fuse_inode(inode)->state)) { | 503 | if (test_bit(FUSE_I_MTIME_DIRTY, &get_fuse_inode(inode)->state)) { |
504 | int err = fuse_flush_mtime(file, false); | 504 | err = fuse_flush_mtime(file, false); |
505 | if (err) | 505 | if (err) |
506 | goto out; | 506 | goto out; |
507 | } | 507 | } |