summaryrefslogtreecommitdiff
path: root/fs/xfs
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2011-02-13 12:06:34 (GMT)
committerAlex Elder <aelder@sgi.com>2011-02-23 02:33:25 (GMT)
commit20ad9ea9becd34a3c16252ca9d815f2c74f8f30f (patch)
tree384c15486152f422298139379dc8fc56c8f78d38 /fs/xfs
parentec3ba85f4083d10e32fe58b46db02d78ef71f6b8 (diff)
downloadlinux-fsl-qoriq-20ad9ea9becd34a3c16252ca9d815f2c74f8f30f.tar.xz
xfs: enable delaylog by default
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/linux-2.6/xfs_super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c
index 9731898..7ec1fb8 100644
--- a/fs/xfs/linux-2.6/xfs_super.c
+++ b/fs/xfs/linux-2.6/xfs_super.c
@@ -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.