mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
Btrfs: remove extra drop_extent_cache call
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
2bf5a725a3
commit
8e21528f87
@ -406,8 +406,6 @@ next_slot:
|
||||
keep = 1;
|
||||
WARN_ON(start & (root->blocksize - 1));
|
||||
if (found_extent) {
|
||||
btrfs_drop_extent_cache(inode, key.offset,
|
||||
start - 1 );
|
||||
new_num = (start - key.offset) >>
|
||||
inode->i_blkbits;
|
||||
old_num = btrfs_file_extent_num_blocks(extent);
|
||||
|
Loading…
Reference in New Issue
Block a user