- Ursprüngliche Mail -
> Von: "Matthew Wilcox"
>> > - buffer = kmap_local_page(page);
>> > + buffer = kmap_local_folio(folio, 0);
>
> These two lines assume that hostfs remains a non-large-folio filesystem.
> I'm not sure what the plans are for hostfs.
Somewhere deep on my TODO are pla
- Ursprüngliche Mail -
> Von: "Li Zetao"
> An: "richard" , "anton ivanov"
> , "Johannes Berg"
>
> CC: lizet...@huawei.com, "linux-um" ,
> "linux-kernel"
> Gesendet: Dienstag, 20. August 2024 04:50:45
>
ux-um" ,
> > "linux-kernel"
> > Gesendet: Dienstag, 20. August 2024 04:50:45
> > Betreff: [PATCH -next] hostfs: Convert hostfs_writepage to use folio
>
> > convert to use folio, so that we can get rid of 'page->index' to
> > prepare
convert to use folio, so that we can get rid of 'page->index' to
prepare for removal of 'index' field in structure page [1].
[1]: https://lore.kernel.org/all/zp8fgusibgq1t...@casper.infradead.org/
Cc: Matthew Wilcox
Signed-off-by: Li Zetao
---
fs/hostfs/hostfs_kern.c | 13 +++--
1 file