nfs: change nfs4_do_setlk params to identify recovery type
Signed-off-by: Alexandros Batsakis <batsakis@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:

committed by
Trond Myklebust

parent
0f7e720694
commit
afe6c27ccb
@@ -108,6 +108,10 @@ enum {
|
||||
NFS_OWNER_RECLAIM_NOGRACE
|
||||
};
|
||||
|
||||
#define NFS_LOCK_NEW 0
|
||||
#define NFS_LOCK_RECLAIM 1
|
||||
#define NFS_LOCK_EXPIRED 2
|
||||
|
||||
/*
|
||||
* struct nfs4_state maintains the client-side state for a given
|
||||
* (state_owner,inode) tuple (OPEN) or state_owner (LOCK).
|
||||
|
Reference in New Issue
Block a user