On Wed, 17 Nov 2021 09:57:57 +0800 Gao Xiang <[email protected]> wrote:
> From: Gao Xiang <[email protected]> > > Add documentation for `noinline_data' as well. > > Fixes: 60549d52c3b6 ("erofs-utils: add "noinline_data" extended option") > Signed-off-by: Gao Xiang <[email protected]> > --- > man/mkfs.erofs.1 | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/man/mkfs.erofs.1 b/man/mkfs.erofs.1 > index f2e7d690c215..9c7788efbfec 100644 > --- a/man/mkfs.erofs.1 > +++ b/man/mkfs.erofs.1 > @@ -52,6 +52,9 @@ Forcely generate compact inodes (32-byte inodes) to output. > .BI force-inode-extended > Forcely generate extended inodes (64-byte inodes) to output. > .TP > +.BI noinline_data > +Don't inline regular files for FSDAX support (Linux v5.15+). > +.TP Reviewed-by: Yue Hu <[email protected]> Thanks. > .BI force-inode-blockmap > Forcely generate inode chunk format in 4-byte block address array. > .TP
