diff options
author | NeilBrown <neilb@suse.de> | 2009-01-07 23:31:28 +0100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-01-07 23:31:28 +0100 |
commit | 78fbcc10312649f2f4f88283e3f19dce9b205733 (patch) | |
tree | db2596ad62db5b86e1e08a693eb4b5dad2b57d30 /mapfile.c | |
parent | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/md... (diff) | |
parent | Fail overtly when asprintf fails to allocate memory (diff) | |
download | mdadm-78fbcc10312649f2f4f88283e3f19dce9b205733.tar.xz mdadm-78fbcc10312649f2f4f88283e3f19dce9b205733.zip |
Merge branch 'master' into scratch-3.0
Conflicts:
Assemble.c
config.c
Diffstat (limited to 'mapfile.c')
-rw-r--r-- | mapfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -337,4 +337,5 @@ void RebuildMap(void) sysfs_uevent(sra, "change"); sysfs_free(sra); } + free_mdstat(mdstat); } |