Skip to content

Commit fce7fc7

Browse files
committed
fs: remove now stale label in anon_inode_init()
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>
1 parent d6f2589 commit fce7fc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/anon_inodes.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ static int __init anon_inode_init(void)
186186

187187
err_unregister_filesystem:
188188
unregister_filesystem(&anon_inode_fs_type);
189-
err_exit:
190189
panic(KERN_ERR "anon_inode_init() failed (%d)\n", error);
191190
}
192191

0 commit comments

Comments
 (0)