kernel4.19: label 'err_unlock' used but not defined

This commit is contained in:
ElonH 2020-02-26 15:28:22 +08:00 committed by GitHub
parent d13173ae89
commit 03f6c13845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1592,7 +1592,7 @@ diff -Naupr linux-4.19.94_orig/net/netfilter/nf_queue.c linux-4.19.94/net/netfil
+ qh = rcu_dereference(queue_imq_handler);
+#else
+ BUG();
+ goto err_unlock;
+ goto err;
+#endif
+ } else {
+ qh = rcu_dereference(net->nf.queue_handler);