diff options
author | Christoph Hellwig <hch@lst.de> | 2019-11-11 12:59:25 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-11-13 11:13:45 -0800 |
commit | 537dabcfdbc1513408b156a80a6cfa03ea7d4d3f (patch) | |
tree | 7efaec2382c84b8538c9e5068371254848b4aee8 /fs/xfs/xfs_mount.h | |
parent | a71895c5dad1ab8cf30622e208d148298ab602e5 (diff) | |
download | linux-537dabcfdbc1513408b156a80a6cfa03ea7d4d3f.tar.gz linux-537dabcfdbc1513408b156a80a6cfa03ea7d4d3f.tar.bz2 linux-537dabcfdbc1513408b156a80a6cfa03ea7d4d3f.zip |
xfs: remove the unused m_chsize field
Signed-off-by: Christoph Hellwig <hch@lst.de>
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 2dceb446e651..43145a4ab690 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h @@ -155,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 */ - 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 */ struct delayed_work m_reclaim_work; /* background inode reclaim */ |