Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360291
b: refs/heads/master
c: 4f670ff
h: refs/heads/master
i:
  360289: cf5d714
  360287: eb03cc0
v: v3
  • Loading branch information
Al Viro authored and Robert Love committed Dec 14, 2012
1 parent 68f43ad commit fe37f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8b3e697d15165090583bed850879b1f3b250db0
refs/heads/master: 4f670ff8eb4cb3e9e6ae0c0c6976faa0a4503751
6 changes: 1 addition & 5 deletions trunk/drivers/scsi/fcoe/fcoe_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -962,11 +962,7 @@ static int fcoe_transport_disable(const char *buffer, struct kernel_param *kp)
dev_put(netdev);
out_nodev:
mutex_unlock(&ft_mutex);

if (rc == -ERESTARTSYS)
return restart_syscall();
else
return rc;
return rc;
}

/**
Expand Down

0 comments on commit fe37f3f

Please sign in to comment.