Dave Chinner 348000804a xfs: merge xfs_buf_find() and xfs_buf_get_map()
Now that we factored xfs_buf_find(), we can start separating into
distinct fast and slow paths from xfs_buf_get_map(). We start by
moving the lookup map and perag setup to _get_map(), and then move
all the specifics of the fast path lookup into xfs_buf_lookup()
and call it directly from _get_map(). We the move all the slow path
code to xfs_buf_find_insert(), which is now also called directly
from _get_map(). As such, xfs_buf_find() now goes away.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
2022-07-14 12:04:31 +10:00
..
2022-07-07 22:05:18 +10:00
2022-07-07 22:05:18 +10:00
2022-01-15 16:30:29 +02:00
2021-10-22 16:00:31 -07:00
2022-04-26 13:34:42 +10:00
2022-05-24 19:55:07 -07:00
2022-04-01 19:30:44 -07:00
2022-07-07 22:05:18 +10:00
2022-05-11 17:01:23 +10:00
2022-06-01 17:23:53 -07:00
2022-05-11 17:01:22 +10:00
2022-06-23 13:34:38 -07:00
2022-06-23 13:34:38 -07:00
2021-12-04 08:58:53 -08:00
2021-01-24 14:43:46 +01:00
2022-05-25 19:34:40 -07:00
2022-07-07 22:05:18 +10:00
2022-06-23 13:34:38 -07:00
2021-01-24 14:43:46 +01:00
2022-05-11 17:01:22 +10:00
2022-05-11 17:01:22 +10:00
2022-06-23 13:34:38 -07:00
2021-08-19 10:07:14 -07:00
2022-05-04 11:50:29 +10:00