Files
android_kernel_xiaomi_sm8450/fs/xfs/linux-2.6
Christoph Hellwig 69961a26b8 xfs: cleanup ->sync_fs
Sort out ->sync_fs to not perform a superblock writeback for the wait = 0 case
as that is just an optional first pass and the superblock will be written back
properly in the next call with wait = 1.  Instead perform an opportunistic
quota writeback to have less work later.  Also remove the freeze special case
as we do a proper wait = 1 call in the freeze code anyway.

Also rename the function to xfs_fs_sync_fs to match the normal naming
convention, update comments and avoid calling into the laptop_mode logic on
an error.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
2009-10-08 12:01:03 -05:00
..
2009-06-01 22:59:45 -05:00
2008-04-29 15:54:02 +10:00
2008-12-04 15:39:21 +11:00
2008-12-29 16:47:18 +11:00
2007-10-22 08:13:20 -07:00
2008-04-29 16:08:14 +10:00
2009-06-08 15:35:48 +02:00
2009-09-15 12:29:24 -05:00
2008-10-30 16:55:03 +11:00
2009-10-08 12:01:03 -05:00
2009-10-08 12:00:36 -05:00
2009-03-16 08:25:25 +01:00
2009-06-10 17:07:47 +02:00