summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4_fs.h
diff options
context:
space:
mode:
authorAlexandros Batsakis <batsakis@netapp.com>2009-12-09 01:50:14 -0800
committerTrond Myklebust <Trond.Myklebust@netapp.com>2009-12-15 13:50:32 -0500
commitafe6c27ccb8cc31ce8ed0bd3589ce549f523c8e7 (patch)
tree5c87de95a9ef12106648e7dfbf4640c58279e730 /fs/nfs/nfs4_fs.h
parent0f7e720694e88bacf808b525069fb72d1c237171 (diff)
downloadlinux-0-day-afe6c27ccb8cc31ce8ed0bd3589ce549f523c8e7.tar.gz
linux-0-day-afe6c27ccb8cc31ce8ed0bd3589ce549f523c8e7.tar.xz
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>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r--fs/nfs/nfs4_fs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h
index 7e57b04e40141..e8791d5a2f7a1 100644
--- a/fs/nfs/nfs4_fs.h
+++ b/fs/nfs/nfs4_fs.h
@@ -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).