diff options
-rw-r--r-- | fs/btrfs/transaction.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index 1c54e2eb74ab..9630f10f8e1e 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
@@ -290,7 +290,7 @@ static int record_root_in_trans(struct btrfs_trans_handle *trans, | |||
290 | * done before we pop in the zero below | 290 | * done before we pop in the zero below |
291 | */ | 291 | */ |
292 | btrfs_init_reloc_root(trans, root); | 292 | btrfs_init_reloc_root(trans, root); |
293 | smp_mb__before_clear_bit(); | 293 | smp_mb__before_atomic(); |
294 | clear_bit(BTRFS_ROOT_IN_TRANS_SETUP, &root->state); | 294 | clear_bit(BTRFS_ROOT_IN_TRANS_SETUP, &root->state); |
295 | } | 295 | } |
296 | return 0; | 296 | return 0; |
@@ -1060,7 +1060,7 @@ static noinline int commit_fs_roots(struct btrfs_trans_handle *trans, | |||
1060 | 1060 | ||
1061 | /* see comments in should_cow_block() */ | 1061 | /* see comments in should_cow_block() */ |
1062 | clear_bit(BTRFS_ROOT_FORCE_COW, &root->state); | 1062 | clear_bit(BTRFS_ROOT_FORCE_COW, &root->state); |
1063 | smp_mb__after_clear_bit(); | 1063 | smp_mb__after_atomic(); |
1064 | 1064 | ||
1065 | if (root->commit_root != root->node) { | 1065 | if (root->commit_root != root->node) { |
1066 | list_add_tail(&root->dirty_list, | 1066 | list_add_tail(&root->dirty_list, |