Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martyn Welch
linux
Commits
1a0ce16d
Commit
1a0ce16d
authored
9 years ago
by
Mike Marshall
Browse files
Options
Downloads
Patches
Plain Diff
Orangefs: adjust unwind on module init failure.
Signed-off-by:
Mike Marshall
<
hubcap@omnibond.com
>
parent
2180c52c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fs/orangefs/orangefs-mod.c
+3
-4
3 additions, 4 deletions
fs/orangefs/orangefs-mod.c
with
3 additions
and
4 deletions
fs/orangefs/orangefs-mod.c
+
3
−
4
View file @
1a0ce16d
...
...
@@ -181,11 +181,10 @@ static int __init orangefs_init(void)
* and passes along the needed info. The argument signifies
* which time orangefs_prepare_debugfs_help_string is being
* called.
*
*/
ret
=
orangefs_prepare_debugfs_help_string
(
1
);
if
(
ret
)
goto
prepare_helpstring_fai
le
d
;
goto
cleanup_key_tab
le
;
ret
=
orangefs_debugfs_init
();
if
(
ret
)
...
...
@@ -207,7 +206,6 @@ static int __init orangefs_init(void)
}
orangefs_sysfs_exit
();
fsid_key_table_finalize
();
sysfs_init_failed:
...
...
@@ -216,7 +214,8 @@ static int __init orangefs_init(void)
debugfs_init_failed:
orangefs_debugfs_cleanup
();
prepare_helpstring_failed:
cleanup_key_table:
fsid_key_table_finalize
();
cleanup_progress_table:
kfree
(
htable_ops_in_progress
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment