Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Christoph Hellwig and committed by
Darrick J. Wong
537dabcf a71895c5

-1
-1
fs/xfs/xfs_mount.h
··· 155 155 int m_swidth; /* stripe width */ 156 156 uint8_t m_sectbb_log; /* sectlog - BBSHIFT */ 157 157 const struct xfs_nameops *m_dirnameops; /* vector of dir name ops */ 158 - uint m_chsize; /* size of next field */ 159 158 atomic_t m_active_trans; /* number trans frozen */ 160 159 struct xfs_mru_cache *m_filestream; /* per-mount filestream data */ 161 160 struct delayed_work m_reclaim_work; /* background inode reclaim */