[S390] tape: remove BKL from tape driver
Replace BLK with a per device mutex. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
这个提交包含在:
@@ -212,6 +212,9 @@ struct tape_device {
|
||||
struct tape_class_device * nt;
|
||||
struct tape_class_device * rt;
|
||||
|
||||
/* Device mutex to serialize tape commands. */
|
||||
struct mutex mutex;
|
||||
|
||||
/* Device discipline information. */
|
||||
struct tape_discipline * discipline;
|
||||
void * discdata;
|
||||
|
在新工单中引用
屏蔽一个用户