]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: remove the m_readio_* fields in struct xfs_mount
authorChristoph Hellwig <hch@lst.de>
Mon, 28 Oct 2019 15:41:44 +0000 (08:41 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 29 Oct 2019 16:50:12 +0000 (09:50 -0700)
commit3cd1d18b0d40098d51f12caa7a365f0e31a16e03
treef38d5b8dd17579046c87c1378d35ee03fbc50332
parentb5ad616c3edfd0b79d13d2748e47158cc11e99cb
xfs: remove the m_readio_* fields in struct xfs_mount

m_readio_blocks is entirely unused, and m_readio_blocks is only used in
xfs_stat_blksize in a max statements that is a no-op as it always has
the same value as m_writeio_log.

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>
fs/xfs/xfs_iops.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c