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
42a0465c
Commit
42a0465c
authored
Mar 01, 2013
by
Pavel Shilovsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 3.2 sources from stable (v3.2.39)
parent
3003407a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
cifs_dfs_ref.c
sources/3.2/cifs_dfs_ref.c
+2
-0
transport.c
sources/3.2/transport.c
+7
-0
No files found.
sources/3.2/cifs_dfs_ref.c
View file @
42a0465c
...
...
@@ -226,6 +226,8 @@ compose_mount_options_out:
compose_mount_options_err:
kfree
(
mountdata
);
mountdata
=
ERR_PTR
(
rc
);
kfree
(
*
devname
);
*
devname
=
NULL
;
goto
compose_mount_options_out
;
}
...
...
sources/3.2/transport.c
View file @
42a0465c
...
...
@@ -485,6 +485,13 @@ send_nt_cancel(struct TCP_Server_Info *server, struct smb_hdr *in_buf,
mutex_unlock
(
&
server
->
srv_mutex
);
return
rc
;
}
/*
* The response to this call was already factored into the sequence
* number when the call went out, so we must adjust it back downward
* after signing here.
*/
--
server
->
sequence_number
;
rc
=
smb_send
(
server
,
in_buf
,
be32_to_cpu
(
in_buf
->
smb_buf_length
));
mutex_unlock
(
&
server
->
srv_mutex
);
...
...
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