Searched hist:"9 d4b0a129a0d081821f21edccad154f8e2a1b747" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | space-info.h | diff 9d4b0a129a0d081821f21edccad154f8e2a1b747 Fri Jul 15 14:45:22 CDT 2022 Josef Bacik <josef@toxicpanda.com> btrfs: simplify arguments of btrfs_update_space_info and rename
This function has grown a bunch of new arguments, and it just boils down to passing in all the block group fields as arguments. Simplify this by passing in the block group itself and updating the space_info fields based on the block group fields directly.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | space-info.c | diff 9d4b0a129a0d081821f21edccad154f8e2a1b747 Fri Jul 15 14:45:22 CDT 2022 Josef Bacik <josef@toxicpanda.com> btrfs: simplify arguments of btrfs_update_space_info and rename
This function has grown a bunch of new arguments, and it just boils down to passing in all the block group fields as arguments. Simplify this by passing in the block group itself and updating the space_info fields based on the block group fields directly.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | block-group.c | diff 9d4b0a129a0d081821f21edccad154f8e2a1b747 Fri Jul 15 14:45:22 CDT 2022 Josef Bacik <josef@toxicpanda.com> btrfs: simplify arguments of btrfs_update_space_info and rename
This function has grown a bunch of new arguments, and it just boils down to passing in all the block group fields as arguments. Simplify this by passing in the block group itself and updating the space_info fields based on the block group fields directly.
Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|