Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etercifs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etercifs
Commits
e0bc5ebd
Commit
e0bc5ebd
authored
Oct 30, 2012
by
Pavel Shilovsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 3.2 sources from stable (v3.2.32)
parent
86262279
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cifs_unicode.c
sources/3.2/cifs_unicode.c
+1
-1
file.c
sources/3.2/file.c
+1
-1
No files found.
sources/3.2/cifs_unicode.c
View file @
e0bc5ebd
...
...
@@ -327,6 +327,6 @@ cifsConvertToUCS(__le16 *target, const char *source, int srclen,
}
ctoUCS_out:
return
i
;
return
j
;
}
sources/3.2/file.c
View file @
e0bc5ebd
...
...
@@ -888,7 +888,7 @@ cifs_push_mandatory_locks(struct cifsFileInfo *cfile)
if
(
!
buf
)
{
mutex_unlock
(
&
cinode
->
lock_mutex
);
FreeXid
(
xid
);
return
rc
;
return
-
ENOMEM
;
}
for
(
i
=
0
;
i
<
2
;
i
++
)
{
...
...
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