Re: [PATCH 06/18] target_core_configfs: split up ALUA supported states

2013-11-20 Thread Nicholas A. Bellinger
On Tue, 2013-11-19 at 09:07 +0100, Hannes Reinecke wrote: > Split up the various ALUA states into individual attributes to > make parsing easier and adhere to the one value per attribute > sysfs principle. > > Signed-off-by: Hannes Reinecke > --- Applied with one minor change below.. > drivers

[PATCH 06/18] target_core_configfs: split up ALUA supported states

2013-11-19 Thread Hannes Reinecke
Split up the various ALUA states into individual attributes to make parsing easier and adhere to the one value per attribute sysfs principle. Signed-off-by: Hannes Reinecke --- drivers/target/target_core_configfs.c | 127 ++ 1 file changed, 84 insertions(+), 43 de