]> git.baikalelectronics.ru Git - kernel.git/commit
tcmu: fix module removal due to stuck thread
authorMike Christie <mchristi@redhat.com>
Wed, 3 May 2017 04:57:05 +0000 (23:57 -0500)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 5 May 2017 03:01:41 +0000 (20:01 -0700)
commit21e513b960e74e0ff543a922767f87a772a952dc
tree4dc3c3e5801ed5d22ba2e7e464136dd5c69ff6d6
parent216fa7705359aca5492dbe0c6c6d6a652c75c37d
tcmu: fix module removal due to stuck thread

We need to do a kthread_should_stop to check when kthread_stop has been
called.

This was a regression added in

fb463f4febf135db00a289dcba6f84999a552be6
tcmu: Add global data block pool support

so not sure if you wanted to merge it in with that patch or what.

Signed-off-by: Mike Christie <mchristi@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_user.c