projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48a9e2d
)
nfs41: callback numbers definitions
author
Benny Halevy
<bhalevy@panasas.com>
Wed, 1 Apr 2009 13:23:21 +0000
(09:23 -0400)
committer
Benny Halevy
<bhalevy@panasas.com>
Wed, 17 Jun 2009 21:11:36 +0000
(14:11 -0700)
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
fs/nfs/callback.h
patch
|
blob
|
history
diff --git
a/fs/nfs/callback.h
b/fs/nfs/callback.h
index
a8ffa9d
..
7ba42b0
100644
(file)
--- a/
fs/nfs/callback.h
+++ b/
fs/nfs/callback.h
@@
-20,6
+20,16
@@
enum nfs4_callback_procnum {
enum nfs4_callback_opnum {
OP_CB_GETATTR = 3,
OP_CB_RECALL = 4,
+/* Callback operations new to NFSv4.1 */
+ OP_CB_LAYOUTRECALL = 5,
+ OP_CB_NOTIFY = 6,
+ OP_CB_PUSH_DELEG = 7,
+ OP_CB_RECALL_ANY = 8,
+ OP_CB_RECALLABLE_OBJ_AVAIL = 9,
+ OP_CB_RECALL_SLOT = 10,
+ OP_CB_SEQUENCE = 11,
+ OP_CB_WANTS_CANCELLED = 12,
+ OP_CB_NOTIFY_LOCK = 13,
OP_CB_ILLEGAL = 10044,
};