]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Assemble: No need for dummy NULL pointer when calling map_update()
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 9 Mar 2016 20:26:50 +0000 (15:26 -0500)
committerJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 22 Mar 2016 18:07:36 +0000 (14:07 -0400)
commit0c79d8ca10fe26d6117aa413a4d1854eec5aa430
treed3e8d75357b9b54f8fe7a9b86f0f53d696f9f0e4
parent0a8e239c187c234fefc14a1a05561bd3fd1b2e65
Assemble: No need for dummy NULL pointer when calling map_update()

assemble_container_content() doesn't need a dummy NULL pointer
variable for calling map_update. Passing NULL directly is sufficient.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Assemble.c