summaryrefslogtreecommitdiff
path: root/rust/zerocopy/src/pointer/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorJeff Layton <jlayton@kernel.org>2026-05-12 12:12:42 -0400
committerAnna Schumaker <anna.schumaker@hammerspace.com>2026-06-08 10:21:54 -0400
commit0cad7630425f4c9ee0dfa376ff8bf60c88ff2566 (patch)
tree47b61ea631821d44c5732b54c518a7f21d01bb53 /rust/zerocopy/src/pointer/git@git.tavy.me:linux-stable.git
parent4549871118cf616eecdd2d939f78e3b9e1dddc48 (diff)
nfs: store the full NFS fileid in inode->i_ino
Now that inode->i_ino is a 64-bit value, store the full NFS fileid in it directly instead of an XOR-folded hash. This makes NFS_FILEID() and set_nfs_fileid() operate on inode->i_ino rather than the separate nfsi->fileid field. Since iget5_locked() and ilookup5() now accept a u64 hashval, pass the full fileid as the hash parameter directly. Convert direct nfsi->fileid accesses in nfs_check_inode_attributes(), nfs_update_inode(), and nfs_same_file() to use inode->i_ino. Assisted-by: Claude:claude-opus-4-6 Signed-off-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Anna Schumaker <anna.schumaker@hammerspace.com>
Diffstat (limited to 'rust/zerocopy/src/pointer/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions