[SCSI] st: remove st_mutex
authorHannes Reinecke <hare@suse.com>
Mon, 10 Sep 2012 22:36:44 +0000 (15:36 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 24 Sep 2012 09:07:02 +0000 (13:07 +0400)
commit0644f5393e915f13733bcc65f13195ff39aeb63e
tree83484a2a59264721238bb2c25a88aeb46f3740d1
parentfe542396da73b7e2b0848618c7e95855c1b75689
[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>
drivers/scsi/st.c