fs/9p: Eliminate now unused v9fs_get_inode
authorEric Van Hensbergen <ericvh@kernel.org>
Fri, 5 Jan 2024 17:21:10 +0000 (17:21 +0000)
committerEric Van Hensbergen <ericvh@kernel.org>
Fri, 26 Jan 2024 16:46:56 +0000 (16:46 +0000)
commitf61c906a7dffaa21b28c52000a75f2c6554a8199
treea36794d7f4503bf3e7049f093467b3bbadeecaea
parent2dc92e5975a66e2b1b448fc3cbf7dc0846185284
fs/9p: Eliminate now unused v9fs_get_inode

Now with all inode allocation going through get_from_fid
functions we can remove v9fs_get_inode and reduce us down
to a single inode allocation path.

Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org>
fs/9p/v9fs_vfs.h
fs/9p/vfs_inode.c