]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.h
Bitmap_offset is a signed number
authorNeilBrown <neilb@suse.de>
Wed, 4 Apr 2012 04:00:42 +0000 (14:00 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 4 Apr 2012 04:03:45 +0000 (14:03 +1000)
commitfbdef49811c9e2b54e2064d9af68cfffa77c6e77
tree15dde5a1335015a70397be8041e5c7028489bcf8
parent15632a96f4e6919b4fa54c622e9e14d7fdae42d1
Bitmap_offset is a signed number

As the bitmap can be before the superblock, bitmap_offset is signed.
But some of the code didn't honour that :-(

Signed-off-by: NeilBrown <neilb@suse.de>
mdadm.h
super1.c
sysfs.c