[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100822.205231.116364886.davem@davemloft.net>
Date: Sun, 22 Aug 2010 20:52:31 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: akinobu.mita@...il.com
Cc: netdev@...r.kernel.org, rolandd@...co.com
Subject: Re: [PATCH] mlx4: use bitmap library
From: Akinobu Mita <akinobu.mita@...il.com>
Date: Sat, 21 Aug 2010 18:24:48 +0900
> Use bitmap_set() and bitmap_clear()
>
> Signed-off-by: Akinobu Mita <akinobu.mita@...il.com>
Unlike loops calling set_bit() and clear_bit(), bitmap_set() and
bitmap_clear() are not atomic.
Are you sure this is ok here?
--
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