]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite505ac5f3c5229058e263148d9a08f69c2250c3e
treee7522b7732e377d64fefb3579e3e163db8023ef8
parent12240eae3d5a1bb304a076b539b9848672079587
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