aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans.c
diff options
context:
space:
mode:
authorGravatar David Chinner <dgc@sgi.com> 2007-05-24 15:26:51 +1000
committerGravatar Tim Shimmin <tes@chook.melbourne.sgi.com> 2007-07-14 15:29:02 +1000
commit210c6f1caa451623e14a7cd71000d2c2e0d9cc43 (patch)
treeec4ac003d854adabf1db2f9c4fcbd7b5b3813033 /fs/xfs/xfs_trans.c
parent[XFS] Lazy Superblock Counters (diff)
downloadlinux-210c6f1caa451623e14a7cd71000d2c2e0d9cc43.tar.gz
linux-210c6f1caa451623e14a7cd71000d2c2e0d9cc43.tar.bz2
linux-210c6f1caa451623e14a7cd71000d2c2e0d9cc43.zip
[XFS] Fix the transaction flags to make lazy superblock counters work.
SGI-PV: 964999 SGI-Modid: xfs-linux-melb:xfs-kern:28653a Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_trans.c')
-rw-r--r--fs/xfs/xfs_trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans.c b/fs/xfs/xfs_trans.c
index 7133fd9ab868..2caa0783049b 100644
--- a/fs/xfs/xfs_trans.c
+++ b/fs/xfs/xfs_trans.c
@@ -533,7 +533,7 @@ xfs_trans_mod_sb(
return;
}
- tp->t_flags |= (XFS_TRANS_SB_DIRTY | XFS_TRANS_DIRTY);
+ tp->t_flags |= flags;
}
/*