aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/lpt_commit.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ubifs/lpt_commit.c')
-rw-r--r--fs/ubifs/lpt_commit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ubifs/lpt_commit.c b/fs/ubifs/lpt_commit.c
index 4b826abb1528..45d4e96a6bac 100644
--- a/fs/ubifs/lpt_commit.c
+++ b/fs/ubifs/lpt_commit.c
@@ -460,9 +460,9 @@ static int write_cnodes(struct ubifs_info *c)
460 * important. 460 * important.
461 */ 461 */
462 clear_bit(DIRTY_CNODE, &cnode->flags); 462 clear_bit(DIRTY_CNODE, &cnode->flags);
463 smp_mb__before_clear_bit(); 463 smp_mb__before_atomic();
464 clear_bit(COW_CNODE, &cnode->flags); 464 clear_bit(COW_CNODE, &cnode->flags);
465 smp_mb__after_clear_bit(); 465 smp_mb__after_atomic();
466 offs += len; 466 offs += len;
467 dbg_chk_lpt_sz(c, 1, len); 467 dbg_chk_lpt_sz(c, 1, len);
468 cnode = cnode->cnext; 468 cnode = cnode->cnext;