58217f5900
WOO HOO!
13 lines
158 B
C
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
|