1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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
#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