Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192377
b: refs/heads/master
c: 328efba
h: refs/heads/master
i:
  192375: 351b785
v: v3
  • Loading branch information
Benny Halevy authored and J. Bruce Fields committed May 12, 2010
1 parent a5612bd commit ff5fa49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: be1fdf6c4386f56271d2f690b93ef686b769587c
refs/heads/master: 328efbab0f8ae1617448917906a12e5f568553b6
3 changes: 1 addition & 2 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -859,10 +859,9 @@ move_to_confirmed(struct nfs4_client *clp)
unsigned int strhashval;

dprintk("NFSD: move_to_confirm nfs4_client %p\n", clp);
list_del_init(&clp->cl_strhash);
list_move(&clp->cl_idhash, &conf_id_hashtbl[idhashval]);
strhashval = clientstr_hashval(clp->cl_recdir);
list_add(&clp->cl_strhash, &conf_str_hashtbl[strhashval]);
list_move(&clp->cl_strhash, &conf_str_hashtbl[strhashval]);
renew_client(clp);
}

Expand Down

0 comments on commit ff5fa49

Please sign in to comment.