From: Dave Chinner Date: Mon, 8 Oct 2012 10:56:02 +0000 (+1100) Subject: xfs: sync work is now only periodic log work X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~55^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f661f1e0bf5002bdcc8b5810ad0a184a1841537f;p=pandora-kernel.git xfs: sync work is now only periodic log work The only thing the periodic sync work does now is flush the AIL and idle the log. These are really functions of the log code, so move the work to xfs_log.c and rename it appropriately. The only wart that this leaves behind is the xfssyncd_centisecs sysctl, otherwise the xfssyncd is dead. Clean up any comments that related to xfssyncd to reflect it's passing. Signed-off-by: Dave Chinner Reviewed-by: Mark Tinguely Reviewed-by: Christoph Hellwig Signed-off-by: Ben Myers --- Reading git-diff-tree failed