mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02: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:
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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user