mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
[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:
parent
92821e2ba4
commit
210c6f1caa
@ -533,7 +533,7 @@ xfs_trans_mod_sb(
|
||||
return;
|
||||
}
|
||||
|
||||
tp->t_flags |= (XFS_TRANS_SB_DIRTY | XFS_TRANS_DIRTY);
|
||||
tp->t_flags |= flags;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user