Skip to content

Commit

Permalink
fs: remove now stale label in anon_inode_init()
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
torvalds committed Mar 26, 2014
1 parent d6f2589 commit fce7fc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/anon_inodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit fce7fc7

Please sign in to comment.