On Thu, Apr 20, 2017 at 1:38 PM, NeilBrown <ne...@suse.com> wrote:
> blk_queue_split() is always called with the last arg being q->bio_split,
> where 'q' is the first arg.
>
> Also blk_queue_split() sometimes uses the passed-in 'bs' and sometimes uses
> q->bio_split.
>
> This is inconsistent and unnecessary.  Remove the last arg and always use
> q->bio_split inside blk_queue_split()
>
> Signed-off-by: NeilBrown <ne...@suse.com>

Reviewed-by: Ming Lei <ming....@redhat.com>

Thanks,

Reply via email to