Files
linux/fs/9p
Eric Van Hensbergen 44c53ac097 fs/9p: convert mkdir to use get_new_inode
mkdir had different code paths for inode creation, cache used
the get_new_inode_from_fid helper, but non-cached used
v9fs_get_inode.  Collapsed into a single implementation across
both as there should be no difference.

Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org>
2024-01-26 16:46:55 +00:00
..
2023-01-19 09:24:27 +01:00
2023-05-04 21:46:57 +01:00
2023-10-27 12:44:13 +09:00
2023-05-04 21:46:57 +01:00
2023-12-28 09:45:28 +00:00