diff options
Diffstat (limited to 'net/ipv4/fib_frontend.c')
-rw-r--r-- | net/ipv4/fib_frontend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c index 3df057e89640..36e27c2107de 100644 --- a/net/ipv4/fib_frontend.c +++ b/net/ipv4/fib_frontend.c | |||
@@ -153,7 +153,7 @@ static void fib_flush(struct net *net) | |||
153 | * @addr: the source address | 153 | * @addr: the source address |
154 | * @devref: if true, take a reference on the found device | 154 | * @devref: if true, take a reference on the found device |
155 | * | 155 | * |
156 | * If a caller uses devref=false, it should be protected by RCU | 156 | * If a caller uses devref=false, it should be protected by RCU, or RTNL |
157 | */ | 157 | */ |
158 | struct net_device *__ip_dev_find(struct net *net, __be32 addr, bool devref) | 158 | struct net_device *__ip_dev_find(struct net *net, __be32 addr, bool devref) |
159 | { | 159 | { |