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
beb84dc8
Commit
beb84dc8
authored
Mar 03, 2006
by
Steve French
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CIFS] Set correct lock type on new posix unlock call
Signed-off-by:
Steve French
<
sfrench@us.ibm.com
>
parent
c6ee60b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fs/cifs/file.c
fs/cifs/file.c
+1
-1
No files found.
fs/cifs/file.c
View file @
beb84dc8
...
@@ -698,7 +698,7 @@ int cifs_lock(struct file *file, int cmd, struct file_lock *pfLock)
...
@@ -698,7 +698,7 @@ int cifs_lock(struct file *file, int cmd, struct file_lock *pfLock)
posix_lock_type
=
CIFS_WRLCK
;
posix_lock_type
=
CIFS_WRLCK
;
if
(
numUnlock
==
1
)
if
(
numUnlock
==
1
)
posix_lock_type
|
=
CIFS_UNLCK
;
posix_lock_type
=
CIFS_UNLCK
;
else
if
(
numLock
==
0
)
{
else
if
(
numLock
==
0
)
{
/* if no lock or unlock then nothing
/* if no lock or unlock then nothing
to do since we do not know what it is */
to do since we do not know what it is */
...
...
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