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
41346098
Commit
41346098
authored
Oct 20, 2008
by
Steve French
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CIFS] fix build error
Signed-off-by:
Steve French
<
sfrench@us.ibm.com
>
parent
3270958b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fs/cifs/inode.c
fs/cifs/inode.c
+1
-1
No files found.
fs/cifs/inode.c
View file @
41346098
...
@@ -813,7 +813,7 @@ cifs_rename_pending_delete(char *full_path, struct dentry *dentry, int xid)
...
@@ -813,7 +813,7 @@ cifs_rename_pending_delete(char *full_path, struct dentry *dentry, int xid)
current
->
tgid
);
current
->
tgid
);
/* although we would like to mark the file hidden
/* although we would like to mark the file hidden
if that fails we will still try to rename it */
if that fails we will still try to rename it */
if
(
rc
!=
0
)
{
if
(
rc
!=
0
)
cifsInode
->
cifsAttrs
=
dosattr
;
cifsInode
->
cifsAttrs
=
dosattr
;
else
else
dosattr
=
origattr
;
/* since not able to change them */
dosattr
=
origattr
;
/* since not able to change them */
...
...
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