Searched hist:"9 c9d1b4f74c5e96779e561af9b57c65607bf8a6d" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | extent_map.c | diff 9c9d1b4f74c5e96779e561af9b57c65607bf8a6d Mon Sep 19 09:06:32 CDT 2022 Filipe Manana <fdmanana@suse.com> btrfs: move open coded extent map tree deletion out of inode eviction
Move the loop that removes all the extent maps from the inode's extent map tree during inode eviction out of inode.c and into extent_map.c, to btrfs_drop_extent_map_range(). Anything manipulating extent maps or the extent map tree should be in extent_map.c.
Signed-off-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | inode.c | diff 9c9d1b4f74c5e96779e561af9b57c65607bf8a6d Mon Sep 19 09:06:32 CDT 2022 Filipe Manana <fdmanana@suse.com> btrfs: move open coded extent map tree deletion out of inode eviction
Move the loop that removes all the extent maps from the inode's extent map tree during inode eviction out of inode.c and into extent_map.c, to btrfs_drop_extent_map_range(). Anything manipulating extent maps or the extent map tree should be in extent_map.c.
Signed-off-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|