diff options
Diffstat (limited to 'fs/btrfs/transaction.c')
-rw-r--r-- | fs/btrfs/transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index 0bcdcc65627f..dcaae3616728 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
@@ -418,7 +418,7 @@ start_transaction(struct btrfs_root *root, u64 num_items, unsigned int type, | |||
418 | /* | 418 | /* |
419 | * Do the reservation for the relocation root creation | 419 | * Do the reservation for the relocation root creation |
420 | */ | 420 | */ |
421 | if (unlikely(need_reserve_reloc_root(root))) { | 421 | if (need_reserve_reloc_root(root)) { |
422 | num_bytes += root->nodesize; | 422 | num_bytes += root->nodesize; |
423 | reloc_reserved = true; | 423 | reloc_reserved = true; |
424 | } | 424 | } |