On Sep 27 Stefan Richter wrote:
> --- a/drivers/firewire/core-transaction.c
> +++ b/drivers/firewire/core-transaction.c
> @@ -489,7 +489,7 @@ static struct fw_address_handler *lookup
>  {
>       struct fw_address_handler *handler;
>  
> -     list_for_each_entry(handler, list, link) {
> +     list_for_each_entry_rcu(handler, list, link) {
>               if (handler->offset < offset + length &&
>                   offset < handler->offset + handler->length)
>                       return handler;
[...]

I will add an #include <linux/rculist.h> to core-transaction.c.
-- 
Stefan Richter
-=====-===-- =--= ===--
http://arcgraph.de/sr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to