mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
btrfs: sink gfp parameter to clear_extent_uptodate
There's only one callsite with GFP_NOFS. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
ae0f162534
commit
f08dc36f78
2 changed files with 3 additions and 3 deletions
|
@ -3084,7 +3084,7 @@ out:
|
|||
else
|
||||
start = ordered_extent->file_offset;
|
||||
end = ordered_extent->file_offset + ordered_extent->len - 1;
|
||||
clear_extent_uptodate(io_tree, start, end, NULL, GFP_NOFS);
|
||||
clear_extent_uptodate(io_tree, start, end, NULL);
|
||||
|
||||
/* Drop the cache for the part of the extent we didn't write. */
|
||||
btrfs_drop_extent_cache(BTRFS_I(inode), start, end, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue