From 443fcc0a2746e6488c73563385d8404907484fbd Mon Sep 17 00:00:00 2001 From: Benny Halevy Date: Wed, 1 Apr 2009 09:23:21 -0400 Subject: [PATCH] --- yaml --- r: 153604 b: refs/heads/master c: 45377b94edea18f53dd3ba4d46d94de4bb7c00b5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nfs/callback.h | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9a18e6ea3b00..d450847afbd9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 48a9e2d2289ed4b5053b3986d99709e9b07a0923 +refs/heads/master: 45377b94edea18f53dd3ba4d46d94de4bb7c00b5 diff --git a/trunk/fs/nfs/callback.h b/trunk/fs/nfs/callback.h index a8ffa9d6ea2f..7ba42b0d16c9 100644 --- a/trunk/fs/nfs/callback.h +++ b/trunk/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, };