[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20111206.132708.2022262299155263919.davem@davemloft.net>
Date: Tue, 06 Dec 2011 13:27:08 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: sjur.brandeland@...ricsson.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next 3/4] caif-shm: Bugfixes for caif_shmcore.c
From: Sjur Brændeland <sjur.brandeland@...ricsson.com>
Date: Tue, 6 Dec 2011 13:48:59 +0100
> - don't call dev_kfree_skb() with irqs disabled,
> use dev_kfree_skb_any() instead.
You unconditionally will always have IRQs disabled here, therefore
use dev_kfree_skb_irq() and avoid a test.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists