Nicholas Flintham | 1e3d311 | 2013-04-10 10:48:38 +0100 | [diff] [blame^] | 1 | #ifndef _NFS_FS_I |
2 | #define _NFS_FS_I | ||||
3 | |||||
4 | struct nlm_lockowner; | ||||
5 | |||||
6 | struct nfs_lock_info { | ||||
7 | u32 state; | ||||
8 | struct nlm_lockowner *owner; | ||||
9 | struct list_head list; | ||||
10 | }; | ||||
11 | |||||
12 | struct nfs4_lock_state; | ||||
13 | struct nfs4_lock_info { | ||||
14 | struct nfs4_lock_state *owner; | ||||
15 | }; | ||||
16 | |||||
17 | #endif |