fs/9p: simplify iget to remove unnecessary paths
authorEric Van Hensbergen <ericvh@kernel.org>
Fri, 5 Jan 2024 22:25:39 +0000 (22:25 +0000)
committerEric Van Hensbergen <ericvh@kernel.org>
Fri, 26 Jan 2024 16:46:56 +0000 (16:46 +0000)
commit724a08450f74b02bd89078a596fd24857827c012
treecf8ea7b5fbe538b4a90a64d469da908d1c2b76fb
parentb91a26696ef38eae1442aa03104e60bb49d2ac99
fs/9p: simplify iget to remove unnecessary paths

Remove the additional comparison operators and switch to
simply lookup by inode number (aka qid.path).

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