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
Kirill Smelkov
linux
Commits
cc8995c1
Commit
cc8995c1
authored
Apr 18, 2004
by
Sridhar Samudrala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SCTP] Propagate error from sctp_proc_init. (Olaf Kirch)
parent
febb7e5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
net/sctp/protocol.c
net/sctp/protocol.c
+4
-1
No files found.
net/sctp/protocol.c
View file @
cc8995c1
...
@@ -1004,7 +1004,9 @@ __init int sctp_init(void)
...
@@ -1004,7 +1004,9 @@ __init int sctp_init(void)
goto
err_init_mibs
;
goto
err_init_mibs
;
/* Initialize proc fs directory. */
/* Initialize proc fs directory. */
sctp_proc_init
();
status
=
sctp_proc_init
();
if
(
status
)
goto
err_init_proc
;
/* Initialize object count debugging. */
/* Initialize object count debugging. */
sctp_dbg_objcnt_init
();
sctp_dbg_objcnt_init
();
...
@@ -1174,6 +1176,7 @@ __init int sctp_init(void)
...
@@ -1174,6 +1176,7 @@ __init int sctp_init(void)
sizeof
(
struct
sctp_hashbucket
)));
sizeof
(
struct
sctp_hashbucket
)));
err_ahash_alloc:
err_ahash_alloc:
sctp_dbg_objcnt_exit
();
sctp_dbg_objcnt_exit
();
err_init_proc:
sctp_proc_exit
();
sctp_proc_exit
();
cleanup_sctp_mibs
();
cleanup_sctp_mibs
();
err_init_mibs:
err_init_mibs:
...
...
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