From: Jörn Engel Date: Thu, 12 Apr 2012 21:35:05 +0000 (-0400) Subject: [SCSI] sg: remove sg_mutex X-Git-Tag: v3.5-rc1~172^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b9d1e0017b2d8384ad03d250b15fd3d69771d5;p=pandora-kernel.git [SCSI] sg: remove sg_mutex With the exception of the detached field, sg_mutex no longer adds any locking. detached handling has been broken before and is still broken and this patch does not seem to make things worse than they were to begin with. However, I have observed cases of tasks being blocked for >200s waiting for sg_mutex. So the removal clearly adds value for very little cost. Signed-off-by: Joern Engel Acked-by: Douglas Gilbert Signed-off-by: James Bottomley --- Reading git-diff-tree failed