]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: syncd workqueue is no more
authorDave Chinner <dchinner@redhat.com>
Mon, 8 Oct 2012 10:56:05 +0000 (21:56 +1100)
committerBen Myers <bpm@sgi.com>
Wed, 17 Oct 2012 17:19:27 +0000 (12:19 -0500)
commitcf07baa3bf4732f1148bd01e53261f2b084f7da6
tree4284177945081868e2756d27ae9706e1cc9ee357
parent008a2b74c5adb5bffa7d53706bd02c1226083117
xfs: syncd workqueue is no more

With the syncd functions moved to the log and/or removed, the syncd
workqueue is the only remaining bit left. It is used by the log
covering/ail pushing work, as well as by the inode reclaim work.

Given how cheap workqueues are these days, give the log and inode
reclaim work their own work queues and kill the syncd work queue.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_log.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c
fs/xfs/xfs_sync.c
fs/xfs/xfs_sync.h