diff options
Diffstat (limited to 'include/linux/bpf.h')
-rw-r--r-- | include/linux/bpf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h index 9a21848fdb07..59631dd0777c 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h | |||
@@ -546,7 +546,7 @@ int bpf_prog_array_copy(struct bpf_prog_array __rcu *old_array, | |||
546 | } \ | 546 | } \ |
547 | _out: \ | 547 | _out: \ |
548 | rcu_read_unlock(); \ | 548 | rcu_read_unlock(); \ |
549 | preempt_enable_no_resched(); \ | 549 | preempt_enable(); \ |
550 | _ret; \ | 550 | _ret; \ |
551 | }) | 551 | }) |
552 | 552 | ||