diff options
Diffstat (limited to 'net/ipv4/ipmr.c')
| -rw-r--r-- | net/ipv4/ipmr.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c index 7b12a40dd465..2dda856ca260 100644 --- a/net/ipv4/ipmr.c +++ b/net/ipv4/ipmr.c @@ -2119,7 +2119,7 @@ int ip_mr_input(struct sk_buff *skb)  				raw_rcv(mroute_sk, skb);  				return 0;  			} -		    } +		}  	}  	/* already under rcu_read_lock() */ |