fs/9p: rework qid2ino logic
authorEric Van Hensbergen <ericvh@kernel.org>
Fri, 5 Jan 2024 19:03:16 +0000 (19:03 +0000)
committerEric Van Hensbergen <ericvh@kernel.org>
Fri, 26 Jan 2024 16:46:56 +0000 (16:46 +0000)
commitb91a26696ef38eae1442aa03104e60bb49d2ac99
tree65f28d68f9ab2327d0be8b33c32f468b29d5a92d
parentf61c906a7dffaa21b28c52000a75f2c6554a8199
fs/9p: rework qid2ino logic

This changes from a function to a macro because we can
figure out if we are 32 or 64 bit at compile time.

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