diff options
author | Nick Piggin <npiggin@suse.de> | 2009-01-06 23:40:26 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-07 00:59:09 +0100 |
commit | 856bf4d717feb8c55d4e2f817b71ebb70cfbc67b (patch) | |
tree | f44790d9b8f42223955d1866645103ac5f9c68a3 /arch/s390/kvm/intercept.c | |
parent | fs: sync_sb_inodes fix (diff) | |
download | linux-856bf4d717feb8c55d4e2f817b71ebb70cfbc67b.tar.xz linux-856bf4d717feb8c55d4e2f817b71ebb70cfbc67b.zip |
fs: sys_sync fix
s_syncing livelock avoidance was breaking data integrity guarantee of
sys_sync, by allowing sys_sync to skip writing or waiting for superblocks
if there is a concurrent sys_sync happening.
This livelock avoidance is much less important now that we don't have the
get_super_to_sync() call after every sb that we sync. This was replaced
by __put_super_and_need_restart.
Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/s390/kvm/intercept.c')
0 files changed, 0 insertions, 0 deletions