commit | 060fd198a3e113047da456f15889579067e6b75f | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@fb.com> | Mon Aug 28 13:49:31 2017 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Aug 28 15:06:17 2017 -0600 |
tree | d8f30e5d2a57291b8e62071cbbd0cc5df0c3aebd | |
parent | e9a823fb34a8b0fcba6e112aa1003258a1a5af50 [diff] |
block/nullb: delete unnecessary memory free Commit 2984c86(nullb: factor disk parameters) has a typo. The nullb_device allocation/free is done outside of null_add_dev. The commit accidentally frees the nullb_device in error code path. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Shaohua Li <shli@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>