Commit 9951bfa
Xin Long
inet6: Clean up failure path in do_ipv6_setsockopt().
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2160516
Tested: compile only
Conflicts:
- context difference due to missing commit 0f95f7d from
upstream.
commit b45a337
Author: Kuniyuki Iwashima <kuniyu@amazon.com>
Date: Wed Oct 19 15:36:03 2022 -0700
inet6: Clean up failure path in do_ipv6_setsockopt().
We can reuse the unlock label above and need not repeat the same code.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Xin Long <lxin@redhat.com>1 parent 48f2c50 commit 9951bfa
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
992 | | - | |
993 | | - | |
994 | | - | |
995 | | - | |
| 992 | + | |
| 993 | + | |
996 | 994 | | |
997 | 995 | | |
998 | 996 | | |
| |||
0 commit comments