On Mon, Apr 13, 2015 at 17:21:05 -0400, John Ferlan wrote:
Create a separate iSCSI Source matching subroutine. Makes the
calling
code a bit cleaner as well as sets up for future patches which need to
do better source hosts[0].name processing/checking.
As part of the effort the logic will be inverted from a multi-level
if statement to a series of single level checks for better readability
and further separation
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
Double sign-off.
---
src/conf/storage_conf.c | 33 ++++++++++++++++++++++-----------
1 file changed, 22 insertions(+), 11 deletions(-)a
ACK, it looks much better now.
Peter