]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm/Create: declaring an existing struct within same function
authorZhilong Liu <zlliu@suse.com>
Sat, 1 Apr 2017 12:51:44 +0000 (20:51 +0800)
committerJes Sorensen <Jes.Sorensen@gmail.com>
Wed, 5 Apr 2017 15:47:04 +0000 (11:47 -0400)
commit230a0dde0926125b8895e02a669b4701f79c0f07
tree7117d38265eebfeda31fbaa7b73de823a0b535af
parentdae131379f9fd82e2867aed25a3ff719f957e9a3
mdadm/Create: declaring an existing struct within same function

Create:declaring 'struct stat stb' twice within the same
function, rename stb as stb2 when declares 'struct stat'
at the second time.

Signed-off-by: Zhilong Liu <zlliu@suse.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
Create.c