Loading net/socket.c +1 −2 Original line number Diff line number Diff line Loading @@ -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); Loading @@ -3086,7 +3086,6 @@ static int __init sock_init(void) out_mount: unregister_filesystem(&sock_fs_type); out_fs: goto out; } Loading Loading
net/socket.c +1 −2 Original line number Diff line number Diff line Loading @@ -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); Loading @@ -3086,7 +3086,6 @@ static int __init sock_init(void) out_mount: unregister_filesystem(&sock_fs_type); out_fs: goto out; } Loading