Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206429
b: refs/heads/master
c: ec8acac
h: refs/heads/master
i:
  206427: 8b2414b
v: v3
  • Loading branch information
J. Bruce Fields committed Jun 23, 2010
1 parent 7c81994 commit 44c9e03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 9303bbd3de3b25061de11e4d8c891fa9592fad8c
refs/heads/master: ec8acac84aea4245ae2cc999d56a68f0302cc847
2 changes: 0 additions & 2 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,8 @@ find_in_sessionid_hashtbl(struct nfs4_sessionid *sessionid)

dump_sessionid(__func__, sessionid);
idx = hash_sessionid(sessionid);
dprintk("%s: idx is %d\n", __func__, idx);
/* Search in the appropriate list */
list_for_each_entry(elem, &sessionid_hashtbl[idx], se_hash) {
dump_sessionid("list traversal", &elem->se_sessionid);
if (!memcmp(elem->se_sessionid.data, sessionid->data,
NFS4_MAX_SESSIONID_LEN)) {
return elem;
Expand Down

0 comments on commit 44c9e03

Please sign in to comment.