]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nvmet-rdma: Fix error handling
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 19 Feb 2017 19:04:38 +0000 (20:04 +0100)
committerJens Axboe <axboe@fb.com>
Wed, 22 Feb 2017 20:34:00 +0000 (13:34 -0700)
commit6ccaeb56004a14329b033968a687324c96d295bf
treecc57967bd1caccd066caa0de3a1d7a5d3b4d1d45
parent7a01a6ea2c636769f9d029b026549bebc406094a
nvmet-rdma: Fix error handling

According to the preceeding goto, it is likely that 'out_destroy_sq' was
expected here.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/target/rdma.c