summaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
authorBenny Halevy2009-04-01 15:23:21 +0200
committerBenny Halevy2009-06-17 23:11:36 +0200
commit45377b94edea18f53dd3ba4d46d94de4bb7c00b5 (patch)
treeb76829b222a3aaadddfc804ff3a5749d35e42f78 /fs/nfs
parentnfs41: decode minorversion 1 cb_compound header (diff)
downloadkernel-qcow2-linux-45377b94edea18f53dd3ba4d46d94de4bb7c00b5.tar.gz
kernel-qcow2-linux-45377b94edea18f53dd3ba4d46d94de4bb7c00b5.tar.xz
kernel-qcow2-linux-45377b94edea18f53dd3ba4d46d94de4bb7c00b5.zip
nfs41: callback numbers definitions
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/callback.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/fs/nfs/callback.h b/fs/nfs/callback.h
index a8ffa9d6ea2f..7ba42b0d16c9 100644
--- 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,
};