diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2019-04-15 13:13:21 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-04-16 10:01:58 -0700 |
commit | 28408243706e1ec137876154ea212a1316db399a (patch) | |
tree | 04f967845424c56b43459747dded6152f50f0ab0 /fs/xfs/xfs_mount.h | |
parent | cb357bf3d105f68ff5a5adcf89f1b285da675e2f (diff) | |
download | blackbird-op-linux-28408243706e1ec137876154ea212a1316db399a.tar.gz blackbird-op-linux-28408243706e1ec137876154ea212a1316db399a.zip |
xfs: remove unused m_data_workqueue
Now that we're no longer using m_data_workqueue, remove it.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 42b980862203..14fba76ab811 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h @@ -189,7 +189,6 @@ typedef struct xfs_mount { struct xstats m_stats; /* per-fs stats */ struct workqueue_struct *m_buf_workqueue; - struct workqueue_struct *m_data_workqueue; struct workqueue_struct *m_unwritten_workqueue; struct workqueue_struct *m_cil_workqueue; struct workqueue_struct *m_reclaim_workqueue; |