On Thu, Jun 23, 2022 at 11:12 AM Bart Van Assche <bvanass...@acm.org> wrote: > > Fix the struct f2fs_dentry_block definition on systems for which > PAGE_SIZE != 4096. This patch does not change the struct f2fs_dentry_block > definition if PAGE_SIZE == 4096. > > Cc: Peter Collingbourne <p...@google.com> > Reported-by: Peter Collingbourne <p...@google.com> > Signed-off-by: Bart Van Assche <bvanass...@acm.org>
Thanks, this is what I had in mind and it fixes the build on my target with PAGE_SIZE != 4096. I also verified that a filesystem created on the PAGE_SIZE != 4096 target can be mounted on a machine with PAGE_SIZE == 4096. Reviewed-by: Peter Collingbourne <p...@google.com> Tested-by: Peter Collingbourne <p...@google.com> Peter _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel