diff options
| author | Jeff Layton <jlayton@kernel.org> | 2026-05-12 19:12:44 +0300 |
|---|---|---|
| committer | Anna Schumaker <anna.schumaker@hammerspace.com> | 2026-06-08 17:21:54 +0300 |
| commit | 2026c8a96afe6e5783497860c4af0a0e1a53991b (patch) | |
| tree | b48bf137c1f02d1396e7161fa9d8458fceca0eb8 /scripts/patch-kernel | |
| parent | 0e06a884f5ba6226829441bfc656ff9f5e9e90ac (diff) | |
| download | linux-2026c8a96afe6e5783497860c4af0a0e1a53991b.tar.xz | |
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 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
