[XFS] Reenable write barriers by default.
SGI-PV: 912426 SGI-Modid: xfs-linux-melb:xfs-kern:25634a Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
@@ -1700,8 +1700,9 @@ xfs_parseargs(
|
|||||||
int dsunit, dswidth, vol_dsunit, vol_dswidth;
|
int dsunit, dswidth, vol_dsunit, vol_dswidth;
|
||||||
int iosize;
|
int iosize;
|
||||||
|
|
||||||
args->flags2 |= XFSMNT2_COMPAT_IOSIZE;
|
|
||||||
args->flags |= XFSMNT_IDELETE;
|
args->flags |= XFSMNT_IDELETE;
|
||||||
|
args->flags |= XFSMNT_BARRIER;
|
||||||
|
args->flags2 |= XFSMNT2_COMPAT_IOSIZE;
|
||||||
|
|
||||||
if (!options)
|
if (!options)
|
||||||
goto done;
|
goto done;
|
||||||
@@ -1950,8 +1951,6 @@ xfs_showargs(
|
|||||||
seq_printf(m, "," MNTOPT_IKEEP);
|
seq_printf(m, "," MNTOPT_IKEEP);
|
||||||
if (!(mp->m_flags & XFS_MOUNT_COMPAT_IOSIZE))
|
if (!(mp->m_flags & XFS_MOUNT_COMPAT_IOSIZE))
|
||||||
seq_printf(m, "," MNTOPT_LARGEIO);
|
seq_printf(m, "," MNTOPT_LARGEIO);
|
||||||
if (mp->m_flags & XFS_MOUNT_BARRIER)
|
|
||||||
seq_printf(m, "," MNTOPT_BARRIER);
|
|
||||||
|
|
||||||
if (!(vfsp->vfs_flag & VFS_32BITINODES))
|
if (!(vfsp->vfs_flag & VFS_32BITINODES))
|
||||||
seq_printf(m, "," MNTOPT_64BITINODE);
|
seq_printf(m, "," MNTOPT_64BITINODE);
|
||||||
|
Reference in New Issue
Block a user