On Mon, 2017-11-06 at 08:10 +0100, Hannes Reinecke wrote: > On 11/03/2017 11:23 PM, Bart Van Assche wrote: > > Use the sgl_alloc_order() and sgl_free() functions instead of open > > coding these functions. > > > > Signed-off-by: Bart Van Assche <[email protected]> > > Cc: Nicholas A. Bellinger <[email protected]> > > Cc: Christoph Hellwig <[email protected]> > > Cc: Hannes Reinecke <[email protected]> > > Cc: Sagi Grimberg <[email protected]> > > --- > > drivers/target/Kconfig | 1 + > > drivers/target/target_core_transport.c | 46 > > +++------------------------------- > > 2 files changed, 5 insertions(+), 42 deletions(-) > > > Reviewed-by: Hannes Reinecke <[email protected]> >
Nice improvement to turn this into common code. Acked-by: Nicholas Bellinger <[email protected]>
