|
@@ -154,7 +154,7 @@ static void ip_expire(struct timer_list *t)
|
|
__IP_INC_STATS(net, IPSTATS_MIB_REASMFAILS);
|
|
__IP_INC_STATS(net, IPSTATS_MIB_REASMFAILS);
|
|
__IP_INC_STATS(net, IPSTATS_MIB_REASMTIMEOUT);
|
|
__IP_INC_STATS(net, IPSTATS_MIB_REASMTIMEOUT);
|
|
|
|
|
|
- if (!qp->q.flags & INET_FRAG_FIRST_IN)
|
|
|
|
|
|
+ if (!(qp->q.flags & INET_FRAG_FIRST_IN))
|
|
goto out;
|
|
goto out;
|
|
|
|
|
|
/* sk_buff::dev and sk_buff::rbnode are unionized. So we
|
|
/* sk_buff::dev and sk_buff::rbnode are unionized. So we
|