]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Save some space in the inode
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 28 Sep 2021 21:41:41 +0000 (17:41 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 20 Oct 2021 22:09:54 +0000 (18:09 -0400)
commitfbe89996ad3d4c6cc1510eead0adc452b8019ff5
tree1bc19ad91902aee46eeb108f68beb50c72fd31f2
parent486cc4cb9552d7def330ec68737dfd8943d99d7e
NFS: Save some space in the inode

Save some space in the nfs_inode by setting up an anonymous union with
the fields that are peculiar to a specific type of filesystem object.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/inode.c
include/linux/nfs_fs.h