From: Robert Love Date: Fri, 1 Apr 2011 23:05:53 +0000 (-0700) Subject: [SCSI] libfcoe: Remove mutex_trylock/restart_syscall checks X-Git-Tag: v3.0-rc1~383^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3960afe0477781c84faa2e92dfb00016d6d4e30;p=pandora-kernel.git [SCSI] libfcoe: Remove mutex_trylock/restart_syscall checks This code was incorrectly ported from fcoe.c when the fcoe transport infrastructure was put into place. It was originally needed in fcoe.c when dealing with the rtnl mutex. In that code it was only needed to avoid a lockdep false positive. In libfcoe we don't deal with the rtnl mutex, we don't get the lockdep false positive and therefore we don't need these checks. Signed-off-by: Robert Love Tested-by: Ross Brattain Signed-off-by: James Bottomley --- Reading git-diff-tree failed