xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE
authorChristoph Hellwig <hch@lst.de>
Mon, 28 Oct 2019 15:41:46 +0000 (08:41 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 29 Oct 2019 16:50:13 +0000 (09:50 -0700)
commit7c6b94b1b526a8b18237b80a1ac3232715eab7a5
treee7522b7732e377d64fefb3579e3e163db8023ef8
parent3274d00801007cccab8aec7f2ac50f6bc10d1692
xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE

Replace XFS_MOUNT_COMPAT_IOSIZE with an inverted XFS_MOUNT_LARGEIO flag
that makes the usage more clear.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
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.h
fs/xfs/xfs_super.c