The mdadm program controls Linux md devices (software RAID arrays)
- Use the udev rules file included with mdadm instead of our own
- Drop all the no longer relevant patches
- Fix a build error in mdopen.c
- Fix the udev rules path in Makefile
- Fix a compile issue with the __le32_to_cpu() macro usage (bad juju to to
operations on the target of the macro as it could get executed multiple
times, and gcc now throws an error on that)
|
||
|---|---|---|
| .cvsignore | ||
| Makefile | ||
| mdadm-2.5.2-static.patch | ||
| mdadm-3.0-alias.patch | ||
| mdadm-3.0-udev.patch | ||
| mdadm-3.0-warn.patch | ||
| mdadm.spec | ||
| mdmonitor.init | ||
| sources | ||