net/9p: autoload transport modules
authorThomas Weißschuh <linux@weissschuh.net>
Sun, 17 Oct 2021 13:46:11 +0000 (15:46 +0200)
committerDominique Martinet <asmadeus@codewreck.org>
Wed, 3 Nov 2021 00:50:35 +0000 (09:50 +0900)
commit4cd82a5bb0f68236f67b1678bc9e6348a42241ed
tree07e99ec9f62849458007333e3e1c3c32fc66bc68
parent27eb4c3144f7a5ebef3c9a261d80cb3e1fa784dc
net/9p: autoload transport modules

Automatically load transport modules based on the trans= parameter
passed to mount.
This removes the requirement for the user to know which module to use.

Link: http://lkml.kernel.org/r/20211017134611.4330-1-linux@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
include/net/9p/transport.h
net/9p/mod.c
net/9p/trans_rdma.c
net/9p/trans_virtio.c
net/9p/trans_xen.c