[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)
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>

No differences found