On Thu, Apr 20, 2017 at 1:38 PM, NeilBrown <neilb@xxxxxxxx> wrote: > bio_clone() is no longer used. > Only bio_clone_bioset() or bio_clone_fast(). > This is for the best, as bio_clone() used fs_bio_set, > and filesystems are unlikely to want to use bio_clone(). > > So remove bio_clone() and all references. > This includes a fix to some incorrect documentation. > > Signed-off-by: NeilBrown <neilb@xxxxxxxx> Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> Thanks, Ming Lei