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:44 -0400
committerAnna Schumaker <anna.schumaker@hammerspace.com>2026-06-08 10:21:54 -0400
commit2026c8a96afe6e5783497860c4af0a0e1a53991b (patch)
treeb48bf137c1f02d1396e7161fa9d8458fceca0eb8 /rust/zerocopy/src/pointer/git@git.tavy.me:linux-stable.git
parent0e06a884f5ba6226829441bfc656ff9f5e9e90ac (diff)
nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_ino
Now that inode->i_ino stores the full 64-bit NFS fileid, replace all uses of NFS_FILEID(), set_nfs_fileid(), and direct nfsi->fileid accesses with inode->i_ino throughout the NFS client. Remove the NFS_FILEID() and set_nfs_fileid() helper functions from include/linux/nfs_fs.h since they are no longer needed. Also fix two pre-existing truncation bugs in nfs4trace.h where fileid trace fields were declared as u32 instead of u64. 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