commit | 0f7b2abd188089a44f60e2bf8521d1363ada9e12 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Jul 23 09:57:31 2014 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Jul 29 05:27:48 2014 -0700 |
tree | b03702e8aadcf265bb796c3ec31413ea081fb136 | |
parent | 9d847950770da7102d4efc02d0939ce28e3a7dd0 [diff] |
f2fs: add nobarrier mount option This patch adds a mount option, nobarrier, in f2fs. The assumption in here is that file system keeps the IO ordering, but doesn't care about cache flushes inside the storages. Reviewed-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>