gems-kernel/source/THIRDPARTY/linux-old/include/linux/nfs_fs_i.h
2024-06-03 11:16:15 -05:00

13 lines
158 B
C

#ifndef _NFS_FS_I
#define _NFS_FS_I
#include <linux/nfs.h>
/*
* nfs fs inode data in memory
*/
struct nfs_inode_info {
struct nfs_fh fhandle;
};
#endif