diff options
Diffstat (limited to 'fs/btrfs/ctree.c')
-rw-r--r-- | fs/btrfs/ctree.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index 39021bf2df9a..533657c508e2 100644 --- a/fs/btrfs/ctree.c +++ b/fs/btrfs/ctree.c | |||
@@ -4625,8 +4625,7 @@ void btrfs_truncate_item(struct btrfs_root *root, struct btrfs_path *path, | |||
4625 | ptr = btrfs_item_ptr_offset(leaf, slot); | 4625 | ptr = btrfs_item_ptr_offset(leaf, slot); |
4626 | memmove_extent_buffer(leaf, ptr, | 4626 | memmove_extent_buffer(leaf, ptr, |
4627 | (unsigned long)fi, | 4627 | (unsigned long)fi, |
4628 | offsetof(struct btrfs_file_extent_item, | 4628 | BTRFS_FILE_EXTENT_INLINE_DATA_START); |
4629 | disk_bytenr)); | ||
4630 | } | 4629 | } |
4631 | } | 4630 | } |
4632 | 4631 | ||