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
1b546146
Commit
1b546146
authored
Jun 26, 2003
by
Steve French
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compiler warning
parent
34b2137e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
fs/cifs/inode.c
fs/cifs/inode.c
+3
-3
No files found.
fs/cifs/inode.c
View file @
1b546146
...
@@ -635,9 +635,9 @@ cifs_setattr(struct dentry *direntry, struct iattr *attrs)
...
@@ -635,9 +635,9 @@ cifs_setattr(struct dentry *direntry, struct iattr *attrs)
struct
cifsFileInfo
*
open_file
=
NULL
;
struct
cifsFileInfo
*
open_file
=
NULL
;
FILE_BASIC_INFO
time_buf
;
FILE_BASIC_INFO
time_buf
;
int
set_time
=
FALSE
;
int
set_time
=
FALSE
;
__u64
mode
=
0xFFFFFFFFFFFFFFFF
;
__u64
mode
=
0xFFFFFFFFFFFFFFFF
ULL
;
__u64
uid
=
0xFFFFFFFFFFFFFFFF
;
__u64
uid
=
0xFFFFFFFFFFFFFFFF
ULL
;
__u64
gid
=
0xFFFFFFFFFFFFFFFF
;
__u64
gid
=
0xFFFFFFFFFFFFFFFF
ULL
;
struct
cifsInodeInfo
*
cifsInode
;
struct
cifsInodeInfo
*
cifsInode
;
xid
=
GetXid
();
xid
=
GetXid
();
...
...
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