Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142185
b: refs/heads/master
c: 9fb8707
h: refs/heads/master
i:
  142183: 630e1d8
v: v3
  • Loading branch information
Marc Eshel authored and J. Bruce Fields committed Apr 4, 2009
1 parent 1b42b68 commit 583d63a
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 7116ed6b9973021ff43edeb10f4cb834db94000f
refs/heads/master: 9fb870702d02c05f9410423bfff3f63e46e26180
1 change: 1 addition & 0 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ static struct nfs4_client *create_client(struct xdr_netobj name, char *recdir)
INIT_LIST_HEAD(&clp->cl_strhash);
INIT_LIST_HEAD(&clp->cl_openowners);
INIT_LIST_HEAD(&clp->cl_delegations);
INIT_LIST_HEAD(&clp->cl_sessions);
INIT_LIST_HEAD(&clp->cl_lru);
return clp;
}
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/linux/nfsd/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ struct nfs4_client {
struct nfs4_callback cl_callback; /* callback info */
atomic_t cl_count; /* ref count */
u32 cl_firststate; /* recovery dir creation */

/* for nfs41 */
struct list_head cl_sessions;
};

/* struct nfs4_client_reset
Expand Down

0 comments on commit 583d63a

Please sign in to comment.