fs/9p: Eliminate redundant non-cache path in mknod
authorEric Van Hensbergen <ericvh@kernel.org>
Fri, 5 Jan 2024 17:17:35 +0000 (17:17 +0000)
committerEric Van Hensbergen <ericvh@kernel.org>
Fri, 26 Jan 2024 16:46:56 +0000 (16:46 +0000)
commit2dc92e5975a66e2b1b448fc3cbf7dc0846185284
tree22d438e0ef98c5446cd773b9faf17c3ddc01f1e3
parent6bb29327221f66d20013cc26b62d5c261b4d46a7
fs/9p: Eliminate redundant non-cache path in mknod

Like symlink, mknod had a seperate path with different inode
allocation -- but this seems unnecessary, so eliminating this path.

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