From: Andy Grover Date: Thu, 16 May 2013 17:40:54 +0000 (-0700) Subject: target: Add register_type and preempt_type enums to clarify code X-Git-Tag: v3.11-rc1~22^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33ce6a87f2aba790429ac228288edc0e410143a2;p=pandora-kernel.git target: Add register_type and preempt_type enums to clarify code core_scsi3_enulate_pro_register took an 'ignore_key' parameter that really distinguished between REGISTER and REGISTER_AND_IGNORE_EXISTING_KEY registration types, which was a little confusing. Same situation for PREEMPT and PREEMPT_AND_ABORT. Use enums to add a little more descriptiveness to the code. Signed-off-by: Andy Grover Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed