Re: [PATCH] target: need_to_release is always false, remove redundant check and kfree

2016-05-08 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

Re: [PATCH] target: need_to_release is always false, remove redundant check and kfree

2016-05-08 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

[PATCH] target: need_to_release is always false, remove redundant check and kfree

2016-05-05 Thread Colin King
From: Colin Ian King The removal the #ifdef'd code on CONFIG_ARCH_HAS_SG_CHAIN in commit 02c4de53add1b79 ("target/rd: always chain S/G list") removed the setting of need_to_release to true, so we are now left with need_to_release always being false and hence the

[PATCH] target: need_to_release is always false, remove redundant check and kfree

2016-05-05 Thread Colin King
From: Colin Ian King The removal the #ifdef'd code on CONFIG_ARCH_HAS_SG_CHAIN in commit 02c4de53add1b79 ("target/rd: always chain S/G list") removed the setting of need_to_release to true, so we are now left with need_to_release always being false and hence the conditional kfree is never