David Howells 40a8110120 netfs: Rename the netfs_io_request cleanup op and give it an op pointer
The netfs_io_request cleanup op is now always in a position to be given a
pointer to a netfs_io_request struct, so this can be passed in instead of
the mapping and private data arguments (both of which are included in the
struct).

So rename the ->cleanup op to ->free_request (to match ->init_request) and
pass in the I/O pointer.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
cc: linux-cachefs@redhat.com
2022-06-10 20:55:21 +01:00
..
2022-05-24 19:55:07 -07:00
2022-05-29 15:39:04 +08:00
2021-06-13 17:02:46 -06:00
2022-04-20 11:16:43 -07:00
2020-12-10 12:40:07 -06:00
2022-05-09 16:21:44 -04:00
2022-05-24 19:55:07 -07:00
2020-09-04 11:32:10 +02:00
2022-05-26 20:52:24 -07:00
2020-07-09 08:14:01 +02:00
2020-10-14 16:09:32 -07:00
2020-12-15 12:13:39 -08:00
2021-03-25 11:51:23 -06:00