commit | 1fa95b0b6798164a31c1048efdf62b71038eb3d5 | [log] [tgz] |
---|---|---|
author | Namjae Jeon <namjae.jeon@samsung.com> | Sat Dec 01 10:56:01 2012 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Tue Dec 11 13:43:43 2012 +0900 |
tree | 74b664e5effef9e7cf0764f069d3081386a53539 | |
parent | 154a086529b50236782a2d4365a1d1c359adc7af [diff] |
f2fs: check read only condition before beginning write out If the filesystem is mounted as read-only then return from that point itself instead of first doing a writeout/wait and then checking for read-only condition. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>