summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_fs_i.h
blob: d4652865b2a38776e46724a7021126f364b781af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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