Re: [f2fs-dev] [PATCH 06/10] hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios()

2022-06-12 Thread Sumanth Korikkar
On Fri, Jun 10, 2022 at 10:17:36PM +0100, Matthew Wilcox wrote: > On Fri, Jun 10, 2022 at 05:52:05PM +0200, Sumanth Korikkar wrote: > > To reproduce: > > * clone libhugetlbfs: > > * Execute, PATH=$PATH:"obj64/" LD_LIBRARY_PATH=../obj64/ > > alloc-instantiate-race shared > > ... it's a lot harder

Re: [f2fs-dev] [PATCH v2] docs: filesystems: f2fs: fix description about compress ioctl

2022-06-12 Thread Matthew Wilcox
On Mon, Jun 13, 2022 at 10:08:00AM +0800, Chao Liu wrote: > v2: > - s/file size/filesize/ Why would you change it to be wrong? > Documentation/filesystems/f2fs.rst | 13 +++-- > 1 file changed, 7 insertions(+), 6 deletions(-) > > diff --git a/Documentation/filesystems/f2fs.rst > b/Docu

[f2fs-dev] [PATCH v2] docs: filesystems: f2fs: fix description about compress ioctl

2022-06-12 Thread Chao Liu
From: Chao Liu Since commit c61404153eb6 ("f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bit"), we no longer use the IMMUTABLE bit to prevent writing data for compression. Let's correct the corresponding documentation. BTW, this patch fixes some alignment issues in the compress