]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen-blkfront: use bitmap_set() and bitmap_clear()
authorAkinobu Mita <akinobu.mita@gmail.com>
Fri, 20 Jan 2012 15:15:26 +0000 (00:15 +0900)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 19 Apr 2012 21:27:47 +0000 (17:27 -0400)
commitb89bc8e3557c002978a81a51922a0e8ed6a61a45
treecfdc496773a1812c77dc323451b092e794fa2b3c
parenta28c050b8334069978034e3904bb1458455dcbb6
xen-blkfront: use bitmap_set() and bitmap_clear()

Use bitmap_set and bitmap_clear rather than modifying individual bits
in a memory region.

[upstream git commit 34ae2e4]
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: xen-devel@lists.xensource.com
Cc: virtualization@lists.linux-foundation.org
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/block/xen-blkfront.c