]> Pileus Git - ~andy/linux/commit
[SCSI] libfcoe: Remove mutex_trylock/restart_syscall checks
authorRobert Love <robert.w.love@intel.com>
Fri, 1 Apr 2011 23:05:53 +0000 (16:05 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 1 May 2011 15:18:59 +0000 (10:18 -0500)
commitb3960afe0477781c84faa2e92dfb00016d6d4e30
treeb83b296f74c097e1ec005681e807f8de68416c80
parent5c2dce26fd670607b5ff04f18efa38739805f6d6
[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 <robert.w.love@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/fcoe/fcoe_transport.c