fs/9p: switch vfsmount to use v9fs_get_new_inode
authorEric Van Hensbergen <ericvh@kernel.org>
Fri, 5 Jan 2024 16:16:36 +0000 (16:16 +0000)
committerEric Van Hensbergen <ericvh@kernel.org>
Fri, 26 Jan 2024 16:46:55 +0000 (16:46 +0000)
commitfe1371d0f8c6a9aa4441ddd09ea6d4f31b975a81
treedc1daa7be97059533b2f5120a4f23e02a143030b
parent6613476e225e090cc9aad49be7fa504e290dd33d
fs/9p: switch vfsmount to use v9fs_get_new_inode

In the process of cleaning up inode number allocation, I noticed several functions which didn't use the standard helper
allocators.  This patch fixes the allocation in the mount entrypoint.

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