Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
3557e43b
Commit
3557e43b
authored
Oct 12, 2011
by
J. Bruce Fields
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nfsd4: make is_open_owner boolean
Signed-off-by:
J. Bruce Fields
<
bfields@redhat.com
>
parent
a50d2ad1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fs/nfsd/state.h
fs/nfsd/state.h
+1
-1
No files found.
fs/nfsd/state.h
View file @
3557e43b
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment