[IPV4]: inet_addr_onlink() annotated
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -224,7 +224,7 @@ static void inetdev_destroy(struct in_device *in_dev)
|
||||
call_rcu(&in_dev->rcu_head, in_dev_rcu_put);
|
||||
}
|
||||
|
||||
int inet_addr_onlink(struct in_device *in_dev, u32 a, u32 b)
|
||||
int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b)
|
||||
{
|
||||
rcu_read_lock();
|
||||
for_primary_ifa(in_dev) {
|
||||
|
Reference in New Issue
Block a user