]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: bad block management (phase1)
authorJacek Danecki <jacek.danecki@intel.com>
Thu, 7 Aug 2008 06:55:53 +0000 (23:55 -0700)
committerDan Williams <dan.j.williams@intel.com>
Thu, 7 Aug 2008 06:55:53 +0000 (23:55 -0700)
commit604b746f7c36f1c8f5a914f8bf57e716804f8b1b
tree39d66b5a13a0b3ae343d58d2187d4fe9479437fd
parent115c380305b15112716792bb03b5ea59d1ec6060
imsm: bad block management (phase1)

This is the initial defensive implementation of bad block management
support.  It simply precludes assembly if there are entries in the bad
block logs.  This is sufficient for now as the conditions that lead to
an entry in the bad block log would cause the array to be failed by MD
(as of 2.6.27).

[dan.j.williams@intel.com: general cleanups]
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
super-intel.c