Message ID | 6c0b2ea4da2779413d519f29a6441c55279fd18a.1461793650.git.jerry.hoemann@hpe.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/include/uapi/linux/ndctl.h b/include/uapi/linux/ndctl.h index 9214af7..2ba1e33 100644 --- a/include/uapi/linux/ndctl.h +++ b/include/uapi/linux/ndctl.h @@ -125,7 +125,7 @@ enum { ND_CMD_VENDOR_EFFECT_LOG_SIZE = 7, ND_CMD_VENDOR_EFFECT_LOG = 8, ND_CMD_VENDOR = 9, - ND_CMD_CALL = 10, + ND_CMD_CALL = 30, }; enum {
Increase value of ND_CMD_CALL to delay need to remap ioctl numbers to underpinning DSM spec. Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com> --- include/uapi/linux/ndctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)