Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information