projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f2589
)
fs: remove now stale label in anon_inode_init()
author
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 26 Mar 2014 00:43:34 +0000
(17:43 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 26 Mar 2014 00:43:34 +0000
(17:43 -0700)
The previous commit removed the register_filesystem() call and the
associated error handling, but left the label for the error path that no
longer exists. Remove that too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/anon_inodes.c
patch
|
blob
|
history
diff --git
a/fs/anon_inodes.c
b/fs/anon_inodes.c
index 4b4543b8b894124a0eb28496e9235d61328b3a8c..42fcc46e2cca8776216b09dfd0f5d3f4a18ecdeb 100644
(file)
--- a/
fs/anon_inodes.c
+++ b/
fs/anon_inodes.c
@@
-186,7
+186,6
@@
static int __init anon_inode_init(void)
err_unregister_filesystem:
unregister_filesystem(&anon_inode_fs_type);
-err_exit:
panic(KERN_ERR "anon_inode_init() failed (%d)\n", error);
}