From: David Chinner Date: Thu, 24 May 2007 05:26:51 +0000 (+1000) Subject: [XFS] Fix the transaction flags to make lazy superblock counters work. X-Git-Tag: v2.6.23-rc1~1056^2~27 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=210c6f1caa451623e14a7cd71000d2c2e0d9cc43;p=powerpc.git [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 Signed-off-by: Christoph Hellwig Signed-off-by: Tim Shimmin --- diff --git a/fs/xfs/xfs_trans.c b/fs/xfs/xfs_trans.c index 7133fd9ab8..2caa078304 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; } /*