xfs: rename the blockgc workqueue
Since we're about to start using the blockgc workqueue to dispose of inactivated inodes, strip the "block" prefix from the name; now it's merely the general garbage collection (gc) workqueue. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
@@ -93,7 +93,7 @@ typedef struct xfs_mount {
|
||||
struct workqueue_struct *m_unwritten_workqueue;
|
||||
struct workqueue_struct *m_cil_workqueue;
|
||||
struct workqueue_struct *m_reclaim_workqueue;
|
||||
struct workqueue_struct *m_blockgc_workqueue;
|
||||
struct workqueue_struct *m_gc_workqueue;
|
||||
struct workqueue_struct *m_sync_workqueue;
|
||||
|
||||
int m_bsize; /* fs logical block size */
|
||||
|
||||
Reference in New Issue
Block a user