blob: 82fb0d550a9b3dfc9cd7bad7c3d0c76a48ada40d [file] [log] [blame]
Nicholas Flintham1e3d3112013-04-10 10:48:38 +01001#ifndef _NFS_FS_I
2#define _NFS_FS_I
3
4struct nlm_lockowner;
5
6struct nfs_lock_info {
7 u32 state;
8 struct nlm_lockowner *owner;
9 struct list_head list;
10};
11
12struct nfs4_lock_state;
13struct nfs4_lock_info {
14 struct nfs4_lock_state *owner;
15};
16
17#endif