Message ID | 20240606035149.1030610-2-lizhijian@fujitsu.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 67afbf10f5e0bda8dac3a3b5ac057ec147cfb440 |
Headers | show |
Series | [ndctl,v3,1/2] daxctl: Fail create-device if extra parameters are present | expand |
diff --git a/daxctl/device.c b/daxctl/device.c index 6ea91eb45315..dc166d593336 100644 --- a/daxctl/device.c +++ b/daxctl/device.c @@ -98,8 +98,6 @@ OPT_BOOLEAN('\0', "no-movable", ¶m.no_movable, \ static const struct option create_options[] = { BASE_OPTIONS(), CREATE_OPTIONS(), - RECONFIG_OPTIONS(), - ZONE_OPTIONS(), OPT_END(), };