Filipe Manana
7b00dfffeb
btrfs: eliminate extra call when doing binary search on extent buffer
...
The function btrfs_bin_search() is just a wrapper around the function
generic_bin_search(), which passes the same arguments plus a default
low slot with a value of 0. This adds an unnecessary extra function
call, since btrfs_bin_search() is not static. So improve on this by
making btrfs_bin_search() an inline function that calls
generic_bin_search(), renaming the later to btrfs_generic_bin_search()
and exporting it.
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2023-02-15 19:38:55 +01:00
..
2022-12-05 18:00:54 +01:00
2022-12-05 18:00:58 +01:00
2022-12-05 18:00:58 +01:00
2022-12-12 20:47:51 -08:00
2022-12-12 20:47:51 -08:00
2022-05-16 17:03:15 +02:00
2022-07-25 17:45:36 +02:00
2023-02-15 19:38:50 +01:00
2022-12-05 18:00:50 +01:00
2023-02-15 19:38:53 +01:00
2023-02-15 19:38:53 +01:00
2023-02-13 17:50:34 +01:00
2023-02-13 17:50:34 +01:00
2022-12-05 18:00:48 +01:00
2022-12-05 18:00:48 +01:00
2023-02-15 19:38:53 +01:00
2022-12-05 18:00:57 +01:00
2022-05-16 17:03:12 +02:00
2023-02-15 19:38:53 +01:00
2023-02-15 19:38:53 +01:00
2023-02-15 19:38:55 +01:00
2023-02-15 19:38:55 +01:00
2023-02-13 17:50:34 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:45 +01:00
2022-12-05 18:00:44 +01:00
2022-12-05 18:00:53 +01:00
2022-12-05 18:00:43 +01:00
2023-02-13 17:50:33 +01:00
2023-02-13 17:50:33 +01:00
2022-12-05 18:00:57 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:46 +01:00
2023-02-15 19:38:50 +01:00
2020-12-08 15:54:02 +01:00
2023-02-15 19:38:54 +01:00
2023-02-15 19:38:53 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:41 +01:00
2023-02-15 19:38:54 +01:00
2023-02-15 19:38:54 +01:00
2022-12-05 18:00:56 +01:00
2022-12-05 18:00:56 +01:00
2023-02-15 19:38:50 +01:00
2023-02-15 19:38:51 +01:00
2023-02-15 19:38:53 +01:00
2023-02-13 17:50:34 +01:00
2023-02-15 19:38:52 +01:00
2023-02-15 19:38:52 +01:00
2023-02-13 17:50:34 +01:00
2022-12-05 18:00:56 +01:00
2022-12-05 18:00:55 +01:00
2022-12-05 18:00:45 +01:00
2023-02-15 19:38:53 +01:00
2023-02-13 17:50:35 +01:00
2023-02-15 19:38:53 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:43 +01:00
2023-02-15 19:38:53 +01:00
2023-02-15 19:38:53 +01:00
2022-12-05 18:00:46 +01:00
2022-01-20 08:52:55 +02:00
2022-12-05 18:00:42 +01:00
2022-12-05 18:00:44 +01:00
2023-02-15 19:38:50 +01:00
2023-02-15 19:38:50 +01:00
2023-02-13 17:50:34 +01:00
2023-02-13 17:50:35 +01:00
2023-02-13 17:50:33 +01:00
2023-02-13 17:50:33 +01:00
2022-12-05 18:00:48 +01:00
2023-02-13 17:50:34 +01:00
2023-02-13 17:50:34 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:57 +01:00
2021-01-07 17:25:05 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:40 +01:00
2023-02-15 19:38:53 +01:00
2022-12-05 18:00:43 +01:00
2023-02-15 19:38:55 +01:00
2023-02-15 19:38:50 +01:00
2022-12-05 18:00:59 +01:00
2022-12-05 18:00:42 +01:00
2022-12-05 18:00:53 +01:00
2023-02-13 17:50:34 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:44 +01:00
2023-02-15 19:38:50 +01:00
2022-12-05 18:00:47 +01:00
2023-02-15 19:38:50 +01:00
2022-12-05 18:00:41 +01:00
2023-01-11 20:04:25 +01:00
2022-12-05 18:00:44 +01:00
2022-12-05 18:00:41 +01:00
2022-05-16 17:03:11 +02:00
2023-02-15 19:38:50 +01:00
2022-12-05 18:00:47 +01:00
2023-02-13 17:50:35 +01:00
2023-02-13 17:50:35 +01:00
2023-02-13 17:50:35 +01:00
2023-02-13 17:50:33 +01:00
2022-12-05 18:00:58 +01:00
2022-12-05 18:00:57 +01:00
2023-02-15 19:38:54 +01:00
2023-02-13 17:50:34 +01:00
2022-12-05 18:00:58 +01:00
2022-12-05 18:00:48 +01:00
2022-12-05 18:00:50 +01:00
2022-12-05 18:00:50 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:46 +01:00
2022-12-05 18:00:47 +01:00
2022-12-05 18:00:47 +01:00
2023-02-15 19:38:52 +01:00
2023-02-15 19:38:52 +01:00
2022-12-05 18:00:46 +01:00
2023-01-25 20:11:08 +01:00
2023-02-15 19:38:53 +01:00
2023-02-15 19:38:53 +01:00
2022-12-05 18:00:55 +01:00