]> git.baikalelectronics.ru Git - kernel.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)
commite3711121daee4504e69cf38d4eeeb58584b4cee2
treef38d5b8dd17579046c87c1378d35ee03fbc50332
parent38a684631929ac0dc2ae6f6c9ca2e02000debb70
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