Re: [PATCH 25/32] target: Call remove_lun instead of del_lun in fabric_port_unlink

2013-12-16 Thread Nicholas A. Bellinger
On Fri, 2013-12-13 at 15:59 -0800, Andy Grover wrote: > We want to be freeing the port here, not freeing the lun. > > Signed-off-by: Andy Grover > --- > drivers/target/target_core_fabric_configfs.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Skipping this one as well. --na

[PATCH 25/32] target: Call remove_lun instead of del_lun in fabric_port_unlink

2013-12-13 Thread Andy Grover
We want to be freeing the port here, not freeing the lun. Signed-off-by: Andy Grover --- drivers/target/target_core_fabric_configfs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/target/target_core_fabric_configfs.c b/drivers/target/target_core_fabric_config