Re: [PATCH v1 1/8] iomap: move buffered io bio logic into separate file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Jun 8, 2025 at 9:44 PM Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:
>
> > +++ b/fs/iomap/buffered-io-bio.c
> > @@ -0,0 +1,291 @@
> > +// SPDX-License-Identifier: GPL-2.0
> > +
> > +#include <linux/bio.h>
>
> Please keep the copyrights from the original file.
>
> From a quick look the split looks a bit odd.  But I'll wait for
> a version that I can apply and look at the result before juding
> it.
>
> > +void iomap_submit_bio(struct bio *bio)
> > +{
> > +     submit_bio(bio);
> > +}
>
> This is an entirely new function and not just a code movement.
>
> Please add new abstractions independent of code movement.
>

I'll fix both of these in v2.





[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux