commit | 0644f5393e915f13733bcc65f13195ff39aeb63e | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.com> | Mon Sep 10 15:36:44 2012 -0700 |
committer | James Bottomley <JBottomley@Parallels.com> | Mon Sep 24 13:07:02 2012 +0400 |
tree | 83484a2a59264721238bb2c25a88aeb46f3740d1 | |
parent | fe542396da73b7e2b0848618c7e95855c1b75689 [diff] |
[SCSI] st: remove st_mutex The st_mutex was created when the BKL was removed, and prevents simultaneous st_open calls. It is better to protect just the necessary data. Signed-off-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Lee Duncan <lduncan@suse.com> Acked-by: Kai Mäkisara <Kai.Makisara@kolumbus.fi> Signed-off-by: James Bottomley <JBottomley@Parallels.com>