[PATCH] some more av7110 dvb-driver updates
[linux-2.6/history.git] / include / linux / nfs_fs_i.h
blob5a4fa8d5480115e58bf7300046d959dcb6795d01
1 #ifndef _NFS_FS_I
2 #define _NFS_FS_I
4 #include <asm/types.h>
5 #include <linux/list.h>
6 #include <linux/nfs.h>
8 /*
9 * NFS lock info
11 struct nfs_lock_info {
12 u32 state;
13 u32 flags;
14 struct nlm_host *host;
18 * Lock flag values
20 #define NFS_LCK_GRANTED 0x0001 /* lock has been granted */
21 #define NFS_LCK_RECLAIM 0x0002 /* lock marked for reclaiming */
23 #endif