diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-06 17:01:52 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-06 17:01:52 +0300 |
commit | c39b7eef7d92f5ffef1abf04227a62fa2a6a62b2 (patch) | |
tree | 00aff822e9208ab2f2ac41c6e1a0f61c6eb9b57f /drivers/md/multipath.c | |
parent | 1e1851f9d725ff9f00d74dfc4b73d47cba57466f (diff) | |
parent | 049e6dde7e57f0054fdc49102e7ef4830c698b46 (diff) | |
download | linux-c39b7eef7d92f5ffef1abf04227a62fa2a6a62b2.tar.xz |
Merge 4.3-rc4 into char-misc-next
This is needed due to the duplicated iommu stuff to help with the merge
and to prevent future issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/md/multipath.c')
-rw-r--r-- | drivers/md/multipath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/md/multipath.c b/drivers/md/multipath.c index d222522c52e0..d132f06afdd1 100644 --- a/drivers/md/multipath.c +++ b/drivers/md/multipath.c @@ -470,8 +470,7 @@ static int multipath_run (struct mddev *mddev) return 0; out_free_conf: - if (conf->pool) - mempool_destroy(conf->pool); + mempool_destroy(conf->pool); kfree(conf->multipaths); kfree(conf); mddev->private = NULL; |