commit | 1448a2a5360ae06f25e2edc61ae070dff5c0beb4 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Thu Oct 11 12:20:41 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 16 09:49:08 2018 -0600 |
tree | 880b3eeb679e9b96cd52c52c677a258a224ef16d | |
parent | 891b7c5fbf619d2a314e424775b3c232eb227e90 [diff] |
swim: fix cleanup on setup error If we fail to allocate the request queue for a disk, we still need to free that disk, not just the previous ones. Additionally, we need to cleanup the previous request queues. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>