summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-10-28 18:41:44 +0300
committerDarrick J. Wong <darrick.wong@oracle.com>2019-10-29 19:50:12 +0300
commit3cd1d18b0d40098d51f12caa7a365f0e31a16e03 (patch)
treef38d5b8dd17579046c87c1378d35ee03fbc50332 /fs/xfs/xfs_super.c
parentb5ad616c3edfd0b79d13d2748e47158cc11e99cb (diff)
downloadlinux-3cd1d18b0d40098d51f12caa7a365f0e31a16e03.tar.xz
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>
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r--fs/xfs/xfs_super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index 4089de3daded..a477348ab68b 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -405,7 +405,6 @@ done:
}
mp->m_flags |= XFS_MOUNT_DFLT_IOSIZE;
- mp->m_readio_log = iosizelog;
mp->m_writeio_log = iosizelog;
}