]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdmon.h
monitor: protect against CONFIG_LBD=n
authorDan Williams <dan.j.williams@intel.com>
Sun, 28 Sep 2008 19:12:06 +0000 (12:12 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 15 Oct 2008 21:15:51 +0000 (14:15 -0700)
commit593add1b56877a6881419c2496eb26dd1f82d39b
tree104f8a56227c11845036fe9b9f782e4eb21395f1
parent14e8215b1b996813e467ae6fba71b0e4f5690103
monitor: protect against CONFIG_LBD=n

md/resync_start reports different terminal values depending on kernel
configuration (~0UL versus ~0ULL).  Make detection of the
resync-complete state more robust by comparing against array size.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
mdmon.h
super-ddf.c
super-intel.c