Re: [PATCH 0/3] Use sbitmap instead of percpu_ida
From: Bart Van Assche <hidden>
Date: 2018-06-12 20:06:28
Also in:
kvm, linux-scsi, lkml, target-devel, virtualization
From: Bart Van Assche <hidden>
Date: 2018-06-12 20:06:28
Also in:
kvm, linux-scsi, lkml, target-devel, virtualization
On Tue, 2018-06-12 at 12:05 -0700, Matthew Wilcox wrote:
Removing the percpu_ida code nets over 400 lines of removal. It's not as spectacular as deleting an entire architecture, but it's still a worthy reduction in lines of code. Untested due to lack of hardware and not understanding how to set up a target platform. Changes from v1: - Fixed bugs pointed out by Jens in iscsit_wait_for_tag() - Abstracted out tag freeing as requested by Bart - Made iscsit_wait_for_tag static as pointed out by 0day
For the whole series: Reviewed-by: Bart Van Assche <redacted> Thanks, Bart.