From: Dave Chinner Date: Mon, 8 Oct 2012 10:55:59 +0000 (+1100) Subject: xfs: xfs_syncd_stop must die X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~55^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c7a2bc48a81fa714572f8ce29f29bc17e6faf0;p=pandora-kernel.git xfs: xfs_syncd_stop must die xfs_syncd_start and xfs_syncd_stop tie a bunch of unrelated functionailty together that actually have different start and stop requirements. Kill these functions and open code the start/stop methods for each of the background functions. Subsequent patches will move the start/stop functions around to the correct places to avoid races and shutdown issues. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed