Re: [PATCH 15/32] target: Refer to u32 luns as unpacked_lun

2013-12-16 Thread Nicholas A. Bellinger
On Fri, 2013-12-13 at 15:59 -0800, Andy Grover wrote: > It's clearer to refer to pointers to the struct se_lun as "lun" and the > actual number itself as "unpacked_lun". > > Signed-off-by: Andy Grover > --- > drivers/target/target_core_device.c | 16 > 1 files changed, 8 inser

[PATCH 15/32] target: Refer to u32 luns as unpacked_lun

2013-12-13 Thread Andy Grover
It's clearer to refer to pointers to the struct se_lun as "lun" and the actual number itself as "unpacked_lun". Signed-off-by: Andy Grover --- drivers/target/target_core_device.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/target/target_core_de