]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Makefile
Initial DDF support code.
authorDan Williams <dan.j.williams@intel.com>
Thu, 15 May 2008 06:48:14 +0000 (16:48 +1000)
committerNeil Brown <neilb@suse.de>
Thu, 15 May 2008 06:48:14 +0000 (16:48 +1000)
commita322f70c41a1c381e19b1913b8ad2a8b77078800
tree8bc0b5968ad74979e6248d5a8ff7a0ed0f8cefbc
parentd03373f1deea242eaacfab6b2b0c4afc6d7702d2
Initial DDF support code.

Create a ddf array by naming the device /dev/ddf* or
specifying metadata 'ddf'.

If ddf is specified with no level, assume a container (indeed,
anything else would be wrong).

**Need to use text_Version to set external metadata...

More ddf support

Load a ddf container.  Now
   --examine /dev/ddf
works.
super-ddf: fix compile warning

From: Dan Williams <dan.j.williams@intel.com>

super-ddf.c:723: format %lu expects type long unsigned int, but argument 3 has type unsigned int

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Create.c
Makefile
TODO
mdadm.h
super-ddf.c [new file with mode: 0644]
util.c