diff options
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2012-05-31 16:26:11 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-31 17:49:27 -0700 |
commit | 11475975dd3c0a8e639f1544ef6530373de5979e (patch) | |
tree | e20344e3d296d2271eea093c76fa728e1c341510 /fs/hpfs | |
parent | a1d494495c69ef0810cd008f59310d2b9db28e36 (diff) | |
download | linux-3.10-11475975dd3c0a8e639f1544ef6530373de5979e.tar.gz linux-3.10-11475975dd3c0a8e639f1544ef6530373de5979e.tar.bz2 linux-3.10-11475975dd3c0a8e639f1544ef6530373de5979e.zip |
nilfs2: flush disk caches in syncing
There are two cases that the cache flush is needed to avoid data loss
against unexpected hang or power failure. One is sync file function (i.e.
nilfs_sync_file) and another is checkpointing ioctl.
This issues a cache flush request to device for such cases if barrier
mount option is enabled, and makes sure data really is on persistent
storage on their completion.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/hpfs')
0 files changed, 0 insertions, 0 deletions