On Thu, Apr 20, 2017 at 1:38 PM, NeilBrown <[email protected]> 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 <[email protected]>
Reviewed-by: Ming Lei <[email protected]> Thanks, Ming Lei

