xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to
Make the flag match the mount option and usage. 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>
This commit is contained in:

committed by
Darrick J. Wong

parent
2fcddee8cd
commit
3274d00801
@@ -513,7 +513,7 @@ xfs_stat_blksize(
|
||||
if (!(mp->m_flags & XFS_MOUNT_COMPAT_IOSIZE)) {
|
||||
if (mp->m_swidth)
|
||||
return mp->m_swidth << mp->m_sb.sb_blocklog;
|
||||
if (mp->m_flags & XFS_MOUNT_DFLT_IOSIZE)
|
||||
if (mp->m_flags & XFS_MOUNT_ALLOCSIZE)
|
||||
return 1U << mp->m_allocsize_log;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user