net: Remove meaningless jump label out_fs
authorMiaohe Lin <linmiaohe@huawei.com>
Thu, 6 Aug 2020 11:54:19 +0000 (19:54 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 8 Aug 2020 21:23:21 +0000 (14:23 -0700)
commit47260ba937822cd1a57ee8b520b8789bdda5964e
treecf6246f6966fffb9831d1fb2e3e958172afd459c
parentce787a5a074a86f76f5d3fd804fa78e01bfb9e89
net: Remove meaningless jump label out_fs

The out_fs jump label has nothing to do but goto out.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/socket.c