diff options
| author | Christoph Hellwig <[email protected]> | 2019-11-08 23:06:02 +0000 |
|---|---|---|
| committer | Darrick J. Wong <[email protected]> | 2019-11-11 00:54:24 +0000 |
| commit | 957ee13e204a5ffe814139aa89e62eece4b969fd (patch) | |
| tree | 0519aec6da3f18e3a4fde5e2a7dd1e838d8d9344 /fs/xfs/xfs_mount.h | |
| parent | xfs: devirtualize ->data_get_ftype and ->data_put_ftype (diff) | |
| download | kernel-957ee13e204a5ffe814139aa89e62eece4b969fd.tar.gz kernel-957ee13e204a5ffe814139aa89e62eece4b969fd.zip | |
xfs: remove the now unused dir ops infrastructure
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
| -rw-r--r-- | fs/xfs/xfs_mount.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 9719f2aa8be3..2dceb446e651 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h @@ -12,7 +12,6 @@ struct xfs_mru_cache; struct xfs_nameops; struct xfs_ail; struct xfs_quotainfo; -struct xfs_dir_ops; struct xfs_da_geometry; /* dynamic preallocation free space thresholds, 5% down to 1% */ @@ -156,7 +155,6 @@ typedef struct xfs_mount { int m_swidth; /* stripe width */ uint8_t m_sectbb_log; /* sectlog - BBSHIFT */ const struct xfs_nameops *m_dirnameops; /* vector of dir name ops */ - const struct xfs_dir_ops *m_dir_inode_ops; /* vector of dir inode ops */ uint m_chsize; /* size of next field */ atomic_t m_active_trans; /* number trans frozen */ struct xfs_mru_cache *m_filestream; /* per-mount filestream data */ |
