14 lines
158 B
C
14 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
|