dm: use is_power_of_2
authorvignesh babu <vignesh.babu@wipro.com>
Fri, 19 Oct 2007 21:38:44 +0000 (22:38 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Sat, 20 Oct 2007 01:01:06 +0000 (02:01 +0100)
Replacing n & (n - 1) for power of 2 check by is_power_of_2(n)

Signed-off-by: vignesh babu <vignesh.babu@wipro.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>

No differences found