diff options
author | Benny Halevy <bhalevy@panasas.com> | 2009-04-01 09:23:21 -0400 |
---|---|---|
committer | Benny Halevy <bhalevy@panasas.com> | 2009-06-17 17:11:36 -0400 |
commit | 45377b94edea18f53dd3ba4d46d94de4bb7c00b5 (patch) | |
tree | b76829b222a3aaadddfc804ff3a5749d35e42f78 /fs | |
parent | 48a9e2d2289ed4b5053b3986d99709e9b07a0923 (diff) |
nfs41: callback numbers definitions
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/callback.h | 10 |
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 { | |||
20 | enum nfs4_callback_opnum { | 20 | enum nfs4_callback_opnum { |
21 | OP_CB_GETATTR = 3, | 21 | OP_CB_GETATTR = 3, |
22 | OP_CB_RECALL = 4, | 22 | OP_CB_RECALL = 4, |
23 | /* Callback operations new to NFSv4.1 */ | ||
24 | OP_CB_LAYOUTRECALL = 5, | ||
25 | OP_CB_NOTIFY = 6, | ||
26 | OP_CB_PUSH_DELEG = 7, | ||
27 | OP_CB_RECALL_ANY = 8, | ||
28 | OP_CB_RECALLABLE_OBJ_AVAIL = 9, | ||
29 | OP_CB_RECALL_SLOT = 10, | ||
30 | OP_CB_SEQUENCE = 11, | ||
31 | OP_CB_WANTS_CANCELLED = 12, | ||
32 | OP_CB_NOTIFY_LOCK = 13, | ||
23 | OP_CB_ILLEGAL = 10044, | 33 | OP_CB_ILLEGAL = 10044, |
24 | }; | 34 | }; |
25 | 35 | ||