Re: [PATCH 06/10] affs: handle set_blocksize failures
David Sterba <[email protected]> Sat, 23 May 2026 17:33:43 +0200
| Newsgroups | dev.linux.lists.ntfs3,org.kernel.vger.linux-fsdevel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, May 11, 2026 at 09:16:51AM +0200, Christoph Hellwig wrote: > affs uses buffer_heads, which don't handle block size > PAGE_SIZE well. > Without this, mounting we will hit the > > BUG_ON(offset >= folio_size(folio)); > > in folio_set_bh on the first __bread_gfp call. > > Signed-off-by: Christoph Hellwig <[email protected]> Acked-by: David Sterba <[email protected]>