[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>
This commit is contained in:
David Chinner 2007-05-24 15:26:51 +10:00 committed by Tim Shimmin
parent 92821e2ba4
commit 210c6f1caa
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ xfs_trans_mod_sb(
return;
}
tp->t_flags |= (XFS_TRANS_SB_DIRTY | XFS_TRANS_DIRTY);
tp->t_flags |= flags;
}
/*