commit | 39a9b8ac9333e4268ecff7da6c9d1ab3823ff243 | [log] [tgz] |
---|---|---|
author | Jiang Liu <liuj97@gmail.com> | Fri Jun 07 00:07:24 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jun 06 12:12:20 2013 -0700 |
tree | e202fca393aa082b767f9c1235c4c60d6a2d8120 | |
parent | 57ab048532c0d975538cebd4456491b5c34248f4 [diff] |
zram: destroy all devices on error recovery path in zram_init() On error recovery path of zram_init(), it leaks the zram device object causing the failure. So change create_device() to free allocated resources on error path. Signed-off-by: Jiang Liu <jiang.liu@huawei.com> Acked-by: Minchan Kim <minchan@kernel.org> Acked-by: Jerome Marchand <jmarchan@redhat.com> Cc: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>