Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346589
b: refs/heads/master
c: 1b285ff
h: refs/heads/master
i:
  346587: d875920
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Dec 5, 2012
1 parent f267ef4 commit f3c91a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d5fb4ce33e26e4c1c31c1609b8ffbb24f80bcab8
refs/heads/master: 1b285ff16ab52fb401aed7ce70abed4bb65b30b5
5 changes: 0 additions & 5 deletions trunk/fs/nfs/callback_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,11 +567,6 @@ __be32 nfs4_callback_recallslot(struct cb_recallslotargs *args, void *dummy,

fc_tbl = &cps->clp->cl_session->fc_slot_table;

status = htonl(NFS4ERR_BAD_HIGH_SLOT);
if (args->crsa_target_highest_slotid >= fc_tbl->max_slots ||
args->crsa_target_highest_slotid < 1)
goto out;

status = htonl(NFS4_OK);

nfs41_set_target_slotid(fc_tbl, args->crsa_target_highest_slotid);
Expand Down

0 comments on commit f3c91a5

Please sign in to comment.