From: Eric Dumazet <eric.duma...@gmail.com>
Date: Mon, 23 Oct 2017 16:15:08 -0700

> +static inline struct ip_options_rcu *ireq_opt_deref(const struct 
> inet_request_sock *ireq)
> +{
> +     return rcu_dereference_check(ireq->ireq_opt,
> +                                  refcount_read(&ireq.req->rsk_refcnt) > 0);
                                                    ^^^^^^^^^

Eric, _please_ build test your changes properly.

Reply via email to