diff options
Diffstat (limited to 'fs/btrfs/tree-log.c')
-rw-r--r-- | fs/btrfs/tree-log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 82db14f5cf87..dce33b5a6942 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
@@ -1637,6 +1637,7 @@ static noinline int replay_one_name(struct btrfs_trans_handle *trans, | |||
1637 | found_key.type == log_key.type && | 1637 | found_key.type == log_key.type && |
1638 | found_key.offset == log_key.offset && | 1638 | found_key.offset == log_key.offset && |
1639 | btrfs_dir_type(path->nodes[0], dst_di) == log_type) { | 1639 | btrfs_dir_type(path->nodes[0], dst_di) == log_type) { |
1640 | update_size = false; | ||
1640 | goto out; | 1641 | goto out; |
1641 | } | 1642 | } |
1642 | 1643 | ||