btrfs: optimize the logical to physical mapping for zoned writes
[linux-block.git] / fs / btrfs / ordered-data.c
index a9778a91511e19b231431f592b2b859c940a2d61..324a5a8c844a72673605c4a32d4acf13c307d9b3 100644 (file)
@@ -209,7 +209,6 @@ struct btrfs_ordered_extent *btrfs_alloc_ordered_extent(
        entry->compress_type = compress_type;
        entry->truncated_len = (u64)-1;
        entry->qgroup_rsv = ret;
-       entry->physical = (u64)-1;
 
        ASSERT((flags & ~BTRFS_ORDERED_TYPE_FLAGS) == 0);
        entry->flags = flags;