1 #ifndef _NFS_FS_I 2 #define _NFS_FS_I 3 4 #include <linux/nfs.h> 5 6 /* 7 * nfs fs inode data in memory 8 */ 9 struct nfs_inode_info { 10 struct nfs_fh fhandle; 11 }; 12 13 #endif