On Fri, 2024-05-31 at 14:29 +0800, Li Zhijian wrote:
> RECONFIG_OPTIONS and ZONE_OPTIONS are not implemented for create-
> device
> and they will be ignored by create-device. Remove them so that the
> usage
> message is identical to the manual.
> 
> Signed-off-by: Li Zhijian <lizhij...@fujitsu.com>

Reviewed-by: Vishal Verma <vishal.l.ve...@intel.com>

> ---
> V2: make the usage match the manual because the usage is wrong.
> ---
>  daxctl/device.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/daxctl/device.c b/daxctl/device.c
> index ffabd6cf5707..781dc4007f83 100644
> --- a/daxctl/device.c
> +++ b/daxctl/device.c
> @@ -98,8 +98,6 @@ OPT_BOOLEAN('\0', "no-movable", &param.no_movable,
> \
>  static const struct option create_options[] = {
>       BASE_OPTIONS(),
>       CREATE_OPTIONS(),
> -     RECONFIG_OPTIONS(),
> -     ZONE_OPTIONS(),
>       OPT_END(),
>  };
>  

Reply via email to