bpf: Remove bpf_image tree
[linux-block.git] / kernel / extable.c
index a0024f27d3a1d413232d01d6416fe903585c585e..7681f87e89ddac0678d9e32471b8cf2ff560ee50 100644 (file)
@@ -149,8 +149,6 @@ int kernel_text_address(unsigned long addr)
                goto out;
        if (is_bpf_text_address(addr))
                goto out;
-       if (is_bpf_image_address(addr))
-               goto out;
        ret = 0;
 out:
        if (no_rcu)