Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153604
b: refs/heads/master
c: 45377b9
h: refs/heads/master
v: v3
  • Loading branch information
Benny Halevy committed Jun 17, 2009
1 parent 52619f6 commit 443fcc0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48a9e2d2289ed4b5053b3986d99709e9b07a0923
refs/heads/master: 45377b94edea18f53dd3ba4d46d94de4bb7c00b5
10 changes: 10 additions & 0 deletions trunk/fs/nfs/callback.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 443fcc0

Please sign in to comment.