netdev: add rcu annotations to receive handler hook

Suggested by Eric's bridge RCU changes.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
stephen hemminger 2010-11-15 06:38:12 +00:00 коммит произвёл David S. Miller
Родитель a386f99025
Коммит 61391cde9e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -994,8 +994,8 @@ struct net_device {
unsigned int real_num_rx_queues;
#endif
rx_handler_func_t *rx_handler;
void *rx_handler_data;
rx_handler_func_t __rcu *rx_handler;
void __rcu *rx_handler_data;
struct netdev_queue __rcu *ingress_queue;