* [PATCH 3/5] f2fs: report readonly status in ->fsync
@ 2015-12-24 10:07 Chao Yu
0 siblings, 0 replies; only message in thread
From: Chao Yu @ 2015-12-24 10:07 UTC (permalink / raw)
To: Jaegeuk Kim; +Cc: linux-f2fs-devel, linux-kernel
Report readonly status of filesystem during fsync.
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
---
fs/f2fs/file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c
index 2d87a3c..a60d088 100644
--- a/fs/f2fs/file.c
+++ b/fs/f2fs/file.c
@@ -197,7 +197,7 @@ int f2fs_sync_file(struct file *file, loff_t start, loff_t end, int datasync)
};
if (unlikely(f2fs_readonly(inode->i_sb)))
- return 0;
+ return -EROFS;
trace_f2fs_sync_file_enter(inode);
--
2.6.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-12-24 10:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-24 10:07 [PATCH 3/5] f2fs: report readonly status in ->fsync Chao Yu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox