commit | 1821438a9b6a8454281ec2e151014709f641d2d5 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Thu Mar 18 15:41:11 2010 -0400 |
committer | James Bottomley <James.Bottomley@suse.de> | Sun Apr 11 09:24:15 2010 -0500 |
tree | feea275b7e2c94d995e92dcd86a6074ab1832978 | |
parent | 4f581b97314a2da96fa4d611ebfb586b2828b027 [diff] |
[SCSI] don't reap targets upon device_add failure This patch (as1358) fixes a bug in the error pathway of scsi_target_add(). If registration fails, the target should not be reaped. The reaping occurs later, when scanning is finished and all the child devices are removed. The current code leaves an unbalanced value in starget->reap_ref. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>