diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 55b2e14260243cfa9312cffc1bd716da6f43eb79..1c61c85dc3d824f109a3154d2acaa3321780f21a 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -177,7 +177,6 @@ static int run_delalloc_nocow(struct inode *inode, u64 start, u64 end) if (bytenr == 0) goto not_found; - bytenr += btrfs_file_extent_offset(leaf, item); if (btrfs_count_snapshots_in_path(root, path, bytenr) != 1) { goto not_found; }