Re: [PATCH 2/3] mm: Add folio_fill_tail() and use it in iomap

2023-11-10 Thread Gao Xiang
On 2023/11/11 01:09, Matthew Wilcox wrote: On Thu, Nov 09, 2023 at 10:50:45PM +0100, Andreas Gruenbacher wrote: On Tue, Nov 7, 2023 at 10:27 PM Matthew Wilcox (Oracle) wrote: +static inline void folio_fill_tail(struct folio *folio, size_t offset, + const char *from, size_t

Re: [PATCH -next V2] erofs: code clean up for function erofs_read_inode()

2023-11-10 Thread kernel test robot
Hi WoZ1zh1, kernel test robot noticed the following build errors: [auto build test ERROR on next-20231109] url: https://github.com/intel-lab-lkp/linux/commits/WoZ1zh1/erofs-code-clean-up-for-function-erofs_read_inode/20231110-033810 base: next-20231109 patch link: https

Re: [PATCH 2/3] mm: Add folio_fill_tail() and use it in iomap

2023-11-10 Thread Andreas Grünbacher
Am Fr., 10. Nov. 2023 um 18:09 Uhr schrieb Matthew Wilcox : > On Thu, Nov 09, 2023 at 10:50:45PM +0100, Andreas Gruenbacher wrote: > > On Tue, Nov 7, 2023 at 10:27 PM Matthew Wilcox (Oracle) > > wrote: > > > +static inline void folio_fill_tail(struct folio *folio, size_t offset, > > > +

Re: [PATCH 2/3] mm: Add folio_fill_tail() and use it in iomap

2023-11-10 Thread Matthew Wilcox
On Thu, Nov 09, 2023 at 10:50:45PM +0100, Andreas Gruenbacher wrote: > On Tue, Nov 7, 2023 at 10:27 PM Matthew Wilcox (Oracle) > wrote: > > +static inline void folio_fill_tail(struct folio *folio, size_t offset, > > + const char *from, size_t len) > > +{ > > + char *to =