]> Pileus Git - ~andy/linux/commit
[SCSI] fcoe: Remove mutex_trylock/restart_syscall checks
authorRobert Love <robert.w.love@intel.com>
Fri, 1 Apr 2011 23:05:59 +0000 (16:05 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 1 May 2011 15:19:03 +0000 (10:19 -0500)
commitee5df628c1d7f3ff4db3174f7c00873c94f616d9
tree1b1410641ec842c21b4a271bc4b72b79e83ad765
parentb3960afe0477781c84faa2e92dfb00016d6d4e30
[SCSI] fcoe: Remove mutex_trylock/restart_syscall checks

These checks were initially added to avoid a lockdep
false positive when dealing with the s_active, rtnl
and fcoe_config_mutex mutexes. Recently the create,
destroy, enable and disable sysfs entries were moved
from fcoe.ko to libfcoe.ko. With this change the mutex
usage was shuffled around and the lockdep false
positive stopped happening. We can now remove 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.c