Re: [ndctl PATCH v2 2/2] daxctl: Remove unimplemented create-device options

2024-06-02 Thread Zhijian Li (Fujitsu)
On 01/06/2024 05:43, Alison Schofield wrote: > On Fri, May 31, 2024 at 02:29:59PM +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.

Re: [ndctl PATCH v2 2/2] daxctl: Remove unimplemented create-device options

2024-05-31 Thread Alison Schofield
On Fri, May 31, 2024 at 02:29:59PM +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 The net effect of t

Re: [ndctl PATCH v2 2/2] daxctl: Remove unimplemented create-device options

2024-05-31 Thread Dave Jiang
On 5/30/24 11:29 PM, 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 Reviewed-by: Dave Jiang > --- > V2:

Re: [ndctl PATCH v2 2/2] daxctl: Remove unimplemented create-device options

2024-05-31 Thread Verma, Vishal L
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 Reviewed-by: Vishal V

[ndctl PATCH v2 2/2] daxctl: Remove unimplemented create-device options

2024-05-30 Thread Li Zhijian
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 --- V2: make the usage match the manual because the usage is wrong. --- daxctl/device.c |