]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
Allow metadata handlers to free their own superblock.
authorNeil Brown <neilb@suse.de>
Fri, 14 Dec 2007 09:14:00 +0000 (20:14 +1100)
committerNeil Brown <neilb@suse.de>
Fri, 14 Dec 2007 09:14:00 +0000 (20:14 +1100)
commitdf37ffc0393b919ba5607bb48b2eaf2f9a1832d7
treeda5119c602aa6e1c40248b5a9c8312aedceaeedb
parent2faf1f5f635419a922cf0072c435a23a78b793a7
Allow metadata handlers to free their own superblock.

As the metadata handler allocates the superblock, it should free it
too.  DDF will have a more complex 'superblock' which needs more complex
freeing.
Assemble.c
Create.c
Detail.c
Examine.c
Grow.c
Incremental.c
Kill.c
mdadm.h
super0.c
super1.c
util.c