mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
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>
This commit is contained in:
committed by
Anna Schumaker
parent
2026c8a96a
commit
bd5e6b056b
@@ -145,11 +145,6 @@ struct nfs4_xattr_cache;
|
||||
* nfs fs inode data in memory
|
||||
*/
|
||||
struct nfs_inode {
|
||||
/*
|
||||
* The 64bit 'inode number'
|
||||
*/
|
||||
__u64 fileid;
|
||||
|
||||
/*
|
||||
* NFS file handle
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user