commit | 362cd2b1fad43b7de653b40fe75142a850791ce7 | [log] [tgz] |
---|---|---|
author | Minwoo Im <minwoo.im.dev@gmail.com> | Thu Sep 05 21:04:33 2019 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Sep 05 13:17:01 2019 -0600 |
tree | 4094fd395e12e736ccf10d27b960934e667aa6d5 | |
parent | 43db059ea4b7e97defe8cc41f1a2221baec43730 [diff] |
lightnvm: print error when target is not found If userspace requests target to be removed, nvm_remove_tgt() will iterate the nvm_devices to find out the given target, but if not found, then it should print out an error. Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com> Updated output string and patch description. Signed-off-by: Matias Bjørling <mb@lightnvm.io> Signed-off-by: Jens Axboe <axboe@kernel.dk>