summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorJeff Layton <jlayton@kernel.org>2026-05-12 19:12:42 +0300
committerAnna Schumaker <anna.schumaker@hammerspace.com>2026-06-08 17:21:54 +0300
commit0cad7630425f4c9ee0dfa376ff8bf60c88ff2566 (patch)
tree47b61ea631821d44c5732b54c518a7f21d01bb53 /scripts/patch-kernel
parent4549871118cf616eecdd2d939f78e3b9e1dddc48 (diff)
downloadlinux-0cad7630425f4c9ee0dfa376ff8bf60c88ff2566.tar.xz
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 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions