commit | 468c3c29d747fc8998cb86d3b6d3a181433d7401 | [log] [tgz] |
---|---|---|
author | Eric Van Hensbergen <ericvh@kernel.org> | Fri Jan 05 17:21:10 2024 +0000 |
committer | Eric Van Hensbergen <ericvh@kernel.org> | Fri Jan 26 16:17:06 2024 +0000 |
tree | a36794d7f4503bf3e7049f093467b3bbadeecaea | |
parent | ddf67f935987d70cb088b392e81abb62d74a48fe [diff] |
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>