From: David Miller <davem@davemloft.net>
To: akinobu.mita@gmail.com
Cc: netdev@vger.kernel.org, rolandd@cisco.com
Subject: Re: [PATCH] mlx4: use bitmap library
Date: Sun, 22 Aug 2010 20:52:31 -0700 (PDT) [thread overview]
Message-ID: <20100822.205231.116364886.davem@davemloft.net> (raw)
In-Reply-To: <1282382688-5786-1-git-send-email-akinobu.mita@gmail.com>
From: Akinobu Mita <akinobu.mita@gmail.com>
Date: Sat, 21 Aug 2010 18:24:48 +0900
> Use bitmap_set() and bitmap_clear()
>
> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Unlike loops calling set_bit() and clear_bit(), bitmap_set() and
bitmap_clear() are not atomic.
Are you sure this is ok here?
next prev parent reply other threads:[~2010-08-23 3:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-21 9:24 [PATCH] mlx4: use bitmap library Akinobu Mita
2010-08-23 3:52 ` David Miller [this message]
2010-08-23 4:21 ` Akinobu Mita
2010-08-23 4:26 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100822.205231.116364886.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=akinobu.mita@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=rolandd@cisco.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).