From: Hannes Reinecke Date: Mon, 10 Sep 2012 22:36:44 +0000 (-0700) Subject: [SCSI] st: remove st_mutex X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~38^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0644f5393e915f13733bcc65f13195ff39aeb63e;p=pandora-kernel.git [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 Signed-off-by: Lee Duncan Acked-by: Kai Mäkisara Signed-off-by: James Bottomley --- Reading git-diff-tree failed