xfs: enable delaylog by default
[cascardo/linux.git] / fs / xfs / linux-2.6 / xfs_super.c
index 9731898..7ec1fb8 100644 (file)
@@ -189,6 +189,7 @@ xfs_parseargs(
        mp->m_flags |= XFS_MOUNT_BARRIER;
        mp->m_flags |= XFS_MOUNT_COMPAT_IOSIZE;
        mp->m_flags |= XFS_MOUNT_SMALL_INUMS;
+       mp->m_flags |= XFS_MOUNT_DELAYLOG;
 
        /*
         * These can be overridden by the mount option parsing.