Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267190
b: refs/heads/master
c: 3557e43
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Oct 17, 2011
1 parent c9e450a commit 6ffcd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a50d2ad1721c0c785e9a74c0003ca044de6868a5
refs/heads/master: 3557e43b8f78e5c2347bab31626fdb4d09220ae7
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,13 @@ struct nfs4_replay {
struct nfs4_stateowner {
struct list_head so_strhash; /* hash by op_name */
struct list_head so_stateids;
int so_is_open_owner; /* 1=openowner,0=lockowner */
struct nfs4_client * so_client;
/* after increment in ENCODE_SEQID_OP_TAIL, represents the next
* sequence id expected from the client: */
u32 so_seqid;
struct xdr_netobj so_owner; /* open owner name */
struct nfs4_replay so_replay;
bool so_is_open_owner;
};

struct nfs4_openowner {
Expand Down

0 comments on commit 6ffcd88

Please sign in to comment.