X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=bitmap.h;h=c8725a30eb338602ea37e56fe1a2dc6a4c731a07;hb=8ed3e5e1bf5b08884b68c3ef5c3e393adaa3c9ba;hp=055661d1da81f8f91f861c5c031b05090493a786;hpb=dcec9ee54779586f287f5db98ab1be3f0f02dd3f;p=thirdparty%2Fmdadm.git diff --git a/bitmap.h b/bitmap.h index 055661d1..c8725a30 100644 --- a/bitmap.h +++ b/bitmap.h @@ -162,7 +162,7 @@ typedef struct bitmap_super_s { * (1) This event counter is updated before the eventcounter in the md superblock * When a bitmap is loaded, it is only accepted if this event counter is equal * to, or one greater than, the event counter in the superblock. - * (2) This event counter is updated when the other one is *if*and*only*if* the + * (2) This event counter is updated when the other one is *if*and*only*if* the * array is not degraded. As bits are not cleared when the array is degraded, * this represents the last time that any bits were cleared. * If a device is being added that has an event count with this value or @@ -187,7 +187,7 @@ struct bitmap_page { unsigned int hijacked; /* * count of dirty bits on the page - */ + */ int count; };