xfs: xfs_syncd_stop must die
authorDave Chinner <dchinner@redhat.com>
Mon, 8 Oct 2012 10:55:59 +0000 (21:55 +1100)
committerBen Myers <bpm@sgi.com>
Wed, 17 Oct 2012 16:14:19 +0000 (11:14 -0500)
commit33c7a2bc48a81fa714572f8ce29f29bc17e6faf0
treedf688d3a9303bd86f2f9eeb51f6368f1b5672dca
parentddffeb8c4d0331609ef2581d84de4d763607bd37
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 <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_super.c
fs/xfs/xfs_sync.c
fs/xfs/xfs_sync.h