Re: [patch] md/raid0: check for create_strip_zones() errors
From: Dan Carpenter <hidden>
Date: 2016-04-13 17:54:26
Also in:
kernel-janitors, lkml
From: Dan Carpenter <hidden>
Date: 2016-04-13 17:54:26
Also in:
kernel-janitors, lkml
On Wed, Apr 13, 2016 at 10:02:40AM -0700, Shaohua Li wrote:
On Wed, Apr 13, 2016 at 09:46:45AM +0300, Dan Carpenter wrote:quoted
My static checker complains that if create_strip_zones() fails then we use "priv_conf" without initializing it. Fix this by checking for failure.It's more convenient setting '*private_conf = ERR_PTR(-ENOMEM);' at the begining of create_strip_zones() when it returns -ENOMEM. create_strip_zones already sets private_conf correctly in other cases.
Yeah. I'll send v2. regards, dan carpenter