diff options
author | Eric Sandeen <sandeen@sandeen.net> | 2019-11-12 17:04:28 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-11-13 18:22:41 -0800 |
commit | a55cefccaaa825169f8649fd3b2a78b15893e7a9 (patch) | |
tree | 263b9ffb7e2f7b8366b2d11c9e8822ed9263ad53 /fs/xfs/xfs_mount.h | |
parent | 35dab307c8e912306cf38d974d3c7f7adc090bce (diff) |
xfs: remove unused structure members & simple typedefs
Remove some unused typedef'd simple types, and some unused
structure members.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.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 247c2b15a22c..88ab09ed29e7 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h @@ -57,7 +57,6 @@ struct xfs_error_cfg { typedef struct xfs_mount { struct super_block *m_super; - xfs_tid_t m_tid; /* next unused tid for fs */ /* * Bitsets of per-fs metadata that have been checked and/or are sick. |