commit | 3cd1d18b0d40098d51f12caa7a365f0e31a16e03 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Oct 28 08:41:44 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 29 09:50:12 2019 -0700 |
tree | f38d5b8dd17579046c87c1378d35ee03fbc50332 | |
parent | b5ad616c3edfd0b79d13d2748e47158cc11e99cb [diff] |
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>