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
cfc71961
Commit
cfc71961
authored
Nov 18, 2003
by
Steve French
Committed by
Steve French
Nov 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix oops in mount error path when unload_nls called with bad pointer.
parent
3c59d320
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
fs/cifs/CHANGES
fs/cifs/CHANGES
+5
-0
fs/cifs/cifsfs.c
fs/cifs/cifsfs.c
+3
-0
No files found.
fs/cifs/CHANGES
View file @
cfc71961
Version 0.98
------------
Fix hang in commit_write during reconnection of open files under heavy load.
Fix unload_nls oops in a mount failure path.
Version 0.97
------------
Fix byte range locking bug (endian problem) causing bad offset and
...
...
fs/cifs/cifsfs.c
View file @
cfc71961
...
...
@@ -81,6 +81,9 @@ cifs_read_super(struct super_block *sb, void *data,
cifs_sb
=
CIFS_SB
(
sb
);
if
(
cifs_sb
==
NULL
)
return
-
ENOMEM
;
else
memset
(
cifs_sb
,
0
,
sizeof
(
struct
cifs_sb_info
));
rc
=
cifs_mount
(
sb
,
cifs_sb
,
data
,
devname
);
...
...
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