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
nexedi
linux
Commits
c98ba649
Commit
c98ba649
authored
Apr 23, 2003
by
Art Haas
Committed by
Christoph Hellwig
Apr 23, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Fix C99 initializers in fs/nfs/nfs4proc.c
parent
5e47d67a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/nfs/nfs4proc.c
fs/nfs/nfs4proc.c
+2
-2
No files found.
fs/nfs/nfs4proc.c
View file @
c98ba649
...
...
@@ -572,10 +572,10 @@ nfs4_do_open(struct inode *dir, struct qstr *name, int flags,
u32
f_bmres
[
2
];
u32
d_bmres
[
2
];
struct
nfs_fattr
d_attr
=
{
.
valid
0
,
.
valid
=
0
,
};
struct
nfs_fattr
f_attr
=
{
.
valid
0
,
.
valid
=
0
,
};
struct
nfs4_getattr
f_getattr
=
{
.
gt_bmval
=
nfs4_fattr_bitmap
,
...
...
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