aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2012-07-03 16:45:30 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2012-07-22 23:58:41 +0400
commitb3de653105180b57af90ef2f5b8441f085f4ff56 (patch)
treee7581933fbb53210620d4181ba2bf16c9d82502c /net
parentquota: Move quota syncing to ->sync_fs method (diff)
downloadlinux-dev-b3de653105180b57af90ef2f5b8441f085f4ff56.tar.xz
linux-dev-b3de653105180b57af90ef2f5b8441f085f4ff56.zip
vfs: Reorder operations during sys_sync
Change the order of operations during sync from for_each_sb { writeback_inodes_sb(); sync_fs(nowait); __sync_blockdev(nowait); } for_each_sb { sync_inodes_sb(); sync_fs(wait); __sync_blockdev(wait); } to for_each_sb writeback_inodes_sb(); for_each_sb sync_fs(nowait); for_each_sb __sync_blockdev(nowait); for_each_sb sync_inodes_sb(); for_each_sb sync_fs(wait); for_each_sb __sync_blockdev(wait); This is a preparation for the following patches in this series. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions