Whamcloud - gitweb
LU-16709 lnet: fix locking multiple NIDs of the MR peer
[fs/lustre-release.git] / lnet / include / uapi / linux / lnet / libcfs_ioctl.h
index 7a55e55..7927cc8 100644 (file)
@@ -154,7 +154,8 @@ struct libcfs_ioctl_data {
 #define IOC_LIBCFS_GET_CONST_UDSP_INFO    _IOWR(IOC_LIBCFS_TYPE, 109, IOCTL_CONFIG_SIZE)
 #define IOC_LIBCFS_RESET_LNET_STATS       _IOWR(IOC_LIBCFS_TYPE, 110, IOCTL_CONFIG_SIZE)
 #define IOC_LIBCFS_SET_CONNS_PER_PEER     _IOWR(IOC_LIBCFS_TYPE, 111, IOCTL_CONFIG_SIZE)
-#define IOC_LIBCFS_MAX_NR                                        111
+#define IOC_LIBCFS_SET_PEER               _IOWR(IOC_LIBCFS_TYPE, 112, IOCTL_CONFIG_SIZE)
+#define IOC_LIBCFS_MAX_NR                                        112
 
 extern int libcfs_ioctl_data_adjust(struct libcfs_ioctl_data *data);