mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 22:53:18 +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
1 changed files with 0 additions and 2 deletions
|
@ -406,8 +406,6 @@ next_slot:
|
||||||
keep = 1;
|
keep = 1;
|
||||||
WARN_ON(start & (root->blocksize - 1));
|
WARN_ON(start & (root->blocksize - 1));
|
||||||
if (found_extent) {
|
if (found_extent) {
|
||||||
btrfs_drop_extent_cache(inode, key.offset,
|
|
||||||
start - 1 );
|
|
||||||
new_num = (start - key.offset) >>
|
new_num = (start - key.offset) >>
|
||||||
inode->i_blkbits;
|
inode->i_blkbits;
|
||||||
old_num = btrfs_file_extent_num_blocks(extent);
|
old_num = btrfs_file_extent_num_blocks(extent);
|
||||||
|
|
Loading…
Reference in a new issue