]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net/9p: move structures and macros to header files
authorEric Sandeen <sandeen@redhat.com>
Fri, 10 Oct 2025 21:36:17 +0000 (16:36 -0500)
committerDominique Martinet <asmadeus@codewreck.org>
Mon, 3 Nov 2025 07:49:53 +0000 (16:49 +0900)
commitc44393d84149d6fc91d94fa39321c9657e91b388
treec306ad2e300ed3914de6af059e973e7d9b360810
parent695f2ca1b4247724576d57eae7b74b90dc69ba3c
net/9p: move structures and macros to header files

With the new mount API all option parsing will need to happen
in fs/v9fs.c, so move some existing data structures and macros
to header files to facilitate this. Rename some to reflect
the transport they are used for (rdma, fd, etc), for clarity.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Message-ID: <20251010214222.1347785-3-sandeen@redhat.com>
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
include/net/9p/client.h
include/net/9p/transport.h
net/9p/client.c
net/9p/trans_fd.c
net/9p/trans_rdma.c