]> git.karo-electronics.de Git - karo-tx-linux.git/commit
md: Fix bitmap offset calculations
authorGoldwyn Rodrigues <rgoldwyn@suse.de>
Tue, 24 Mar 2015 16:29:05 +0000 (11:29 -0500)
committerNeilBrown <neilb@suse.de>
Wed, 25 Mar 2015 02:07:55 +0000 (13:07 +1100)
commit124eb761edfdee13c02e48815b05d9bed7666d4c
tree4bcfdac47a47a12a5b15c8d4b86a3bc91403e6eb
parent09dd1af2e011a13adce65b74425dfe31e1985e64
md: Fix bitmap offset calculations

The calculations of bitmap offset is incorrect with respect to bits to bytes
conversion.

Also, remove an irrelevant duplicate message.

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/bitmap.c