[PATCH 2/2] erofs-utils: manpage: document `noinline_data' extended option
Yue Hu
zbestahu at gmail.com
Thu Nov 18 14:59:26 AEDT 2021
On Wed, 17 Nov 2021 09:57:57 +0800
Gao Xiang <xiang at kernel.org> wrote:
> From: Gao Xiang <hsiangkao at linux.alibaba.com>
>
> Add documentation for `noinline_data' as well.
>
> Fixes: 60549d52c3b6 ("erofs-utils: add "noinline_data" extended option")
> Signed-off-by: Gao Xiang <hsiangkao at linux.alibaba.com>
> ---
> 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 <huyue2 at yulong.com>
Thanks.
> .BI force-inode-blockmap
> Forcely generate inode chunk format in 4-byte block address array.
> .TP
More information about the Linux-erofs
mailing list