Re: [PATCH 2/3] SCSI-debug: Less function calls in scsi_debug_init() after error detection

2015-02-23 Thread Douglas Gilbert
On 15-02-06 12:25 PM, SF Markus Elfring wrote: From: Markus Elfring elfr...@users.sourceforge.net Date: Fri, 6 Feb 2015 17:48:34 +0100 The vfree() function was called in two cases by the scsi_debug_init() function during error handling even if the passed variables dif_storep and map_storep

[PATCH 2/3] SCSI-debug: Less function calls in scsi_debug_init() after error detection

2015-02-06 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Fri, 6 Feb 2015 17:48:34 +0100 The vfree() function was called in two cases by the scsi_debug_init() function during error handling even if the passed variables dif_storep and map_storep contained null pointers eventually. This