From: Christoph Hellwig Date: Fri, 12 Mar 2010 10:59:16 +0000 (+0000) Subject: xfs: remove periodic superblock writeback X-Git-Tag: v2.6.35-rc1~468^2^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df308bcfec27e0c6bc83715dfd417caff5c33f19;p=pandora-kernel.git xfs: remove periodic superblock writeback All modifications to the superblock are done transactional through xfs_trans_log_buf, so there is no reason to initiate periodic asynchronous writeback. This only removes the superblock from the delwri list and will lead to sub-optimal I/O scheduling. Cut down xfs_sync_fsdata now that it's only used for synchronous superblock writes and move the log coverage checks into the two callers. Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed