Re: [PATCH v4 1/5] target: Inline transport_get_sense_codes()

2015-07-09 Thread Martin K. Petersen
> "Sagi" == Sagi Grimberg writes: Sagi> From: Bart Van Assche Inline this Sagi> function in its call site since it performs a trivial task and Sagi> since it is only called once. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from th

[PATCH v4 1/5] target: Inline transport_get_sense_codes()

2015-07-08 Thread Sagi Grimberg
From: Bart Van Assche Inline this function in its call site since it performs a trivial task and since it is only called once. Signed-off-by: Bart Van Assche Signed-off-by: Sagi Grimberg Reviewed-by: Hannes Reinecke Reviewed-by: Christoph Hellwig --- drivers/target/target_core_transport.c |