提交 47260ba9 编写于 作者: M Miaohe Lin 提交者: David S. Miller

net: Remove meaningless jump label out_fs

The out_fs jump label has nothing to do but goto out.
Signed-off-by: NMiaohe Lin <linmiaohe@huawei.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 ce787a5a
......@@ -3063,7 +3063,7 @@ static int __init sock_init(void)
err = register_filesystem(&sock_fs_type);
if (err)
goto out_fs;
goto out;
sock_mnt = kern_mount(&sock_fs_type);
if (IS_ERR(sock_mnt)) {
err = PTR_ERR(sock_mnt);
......@@ -3086,7 +3086,6 @@ static int __init sock_init(void)
out_mount:
unregister_filesystem(&sock_fs_type);
out_fs:
goto out;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册