lightnvm: protect target type list with correct locks
authorRakesh Pandit <rakesh@tuxera.com>
Fri, 13 Oct 2017 12:45:52 +0000 (14:45 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 13 Oct 2017 14:34:57 +0000 (08:34 -0600)
commit88d31ea2676696ad0802a361c8b824f0762fa34c
tree21493fab751ba4bbe1c06571f3948cc8358ec04d
parentbb6aa6f08268bbce4e0185b18cab9e04505d6695
lightnvm: protect target type list with correct locks

nvm_tgt_types list was protected by wrong lock for NVM_INFO ioctl call
and can race with addition or removal of target types.  Also
unregistering target type was not protected correctly.

Fixes: 5cd907853 ("lightnvm: remove nested lock conflict with mm")
Signed-off-by: Rakesh Pandit <rakesh@tuxera.com>
Reviewed-by: Javier González <javier@cnexlabs.com>
Signed-off-by: Matias Bjørling <m@bjorling.me>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/lightnvm/core.c