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
88dd47ff
Commit
88dd47ff
authored
Apr 15, 2009
by
Steve French
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CIFS] Fix build break caused by change to new current_umask helper function
Signed-off-by:
Steve French
<
sfrench@us.ibm.com
>
parent
bc8cd439
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fs/cifs/dir.c
fs/cifs/dir.c
+1
-1
No files found.
fs/cifs/dir.c
View file @
88dd47ff
...
...
@@ -661,7 +661,7 @@ cifs_lookup(struct inode *parent_dir_inode, struct dentry *direntry,
if
(
!
((
nd
->
intent
.
open
.
flags
&
O_CREAT
)
&&
(
nd
->
intent
.
open
.
flags
&
O_EXCL
)))
{
mode
=
nd
->
intent
.
open
.
create_mode
&
~
current
->
fs
->
umask
;
~
current
_umask
()
;
rc
=
cifs_posix_open
(
full_path
,
&
newInode
,
parent_dir_inode
->
i_sb
,
mode
,
nd
->
intent
.
open
.
flags
,
&
oplock
,
...
...
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