]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Define dummy functions to mdmon.c
authorAdam Kwolek <adam.kwolek@intel.com>
Wed, 8 Jun 2011 06:28:40 +0000 (16:28 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 8 Jun 2011 06:28:40 +0000 (16:28 +1000)
commitafbbf073eda5a4a9f7a67d4dd890c3c6af44fb83
treee1361938776936346bb880f6cb8f800bea2c64e1
parent2fcb75aea1378acb22c3ecacb7dfdafe093104fe
Define dummy functions to mdmon.c

Definitions are necessary to compile mdmon.
Metadata specific source code is compiled to mdmon.
Functions used for reshape check pointing:
- restore_stripes()
- save_stripes
- abort_reshape
are not used in mdmon, but they are compiled in it.
To enable mdmon compilation, dummy functions are used.

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: Krzysztof Wojcik <krzysztof.wojcik@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
mdmon.c