linux-stable/include/net/9p
Kent Overstreet 6cda12864c 9p: Drop kref usage
An upcoming patch is going to require passing the client through
p9_req_put() -> p9_req_free(), but that's awkward with the kref
indirection - so this patch switches to using refcount_t directly.

Link: https://lkml.kernel.org/r/20220704014243.153050-1-kent.overstreet@gmail.com
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Cc: Latchesar Ionkov <lucho@ionkov.net>
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
2022-07-09 14:38:12 +09:00
..
9p.h 9p/trans_fd: split into dedicated module 2022-01-10 09:58:30 +09:00
client.h 9p: Drop kref usage 2022-07-09 14:38:12 +09:00
transport.h net/p9: load default transports 2022-01-10 10:00:09 +09:00