]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: kill close() of component device
authorDan Williams <dan.j.williams@intel.com>
Wed, 30 Sep 2009 18:44:38 +0000 (11:44 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 30 Sep 2009 18:44:38 +0000 (11:44 -0700)
commit51725a7c2569b764f59f009bc0ef42901a1ec915
tree3979f946a91abf32c788dd1f680236ac7531333f
parent25ed7e5924fd6e97b17831d2b42ecb3975cd71f2
imsm: kill close() of component device

None of the other formats close the passed in fd at load, and this
becomes a problem when trying to support --update where we need O_EXCL
protection across the entire operation.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
super-intel.c