]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nfs: remove fileid field from struct nfs_inode
authorJeff Layton <jlayton@kernel.org>
Tue, 12 May 2026 16:12:45 +0000 (12:12 -0400)
committerAnna Schumaker <anna.schumaker@hammerspace.com>
Mon, 8 Jun 2026 14:21:54 +0000 (10:21 -0400)
commitbd5e6b056bd0900d8efde90da7a5877dc50842c7
tree76bbbfba3a44ae970db1a0824254d7067eae2165
parent2026c8a96afe6e5783497860c4af0a0e1a53991b
nfs: remove fileid field from struct nfs_inode

Now that all NFS client code uses inode->i_ino directly to store and
access the 64-bit NFS fileid, the separate fileid field in struct
nfs_inode is unused. Remove it to save 8 bytes per NFS inode.

Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Anna Schumaker <anna.schumaker@hammerspace.com>
include/linux/nfs_fs.h