From 1c9e619fef215fa79c22f817786c7b22e78adeb0 Mon Sep 17 00:00:00 2001 From: zkabelac Date: Thu, 29 Aug 2024 14:30:33 +0000 Subject: [PATCH] libdm: _DOESNT_ to _DOES_NOT_ Rename internal define DM_NAME_LIST_FLAG_DOESNT_HAVE_UUID to DM_NAME_LIST_FLAG_DOES_NOT_HAVE_UUID (currently unused) --- device_mapper/misc/dm-ioctl.h | 2 +- libdm/misc/dm-ioctl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device_mapper/misc/dm-ioctl.h b/device_mapper/misc/dm-ioctl.h index f727e0f70..f3daebeb6 100644 --- a/device_mapper/misc/dm-ioctl.h +++ b/device_mapper/misc/dm-ioctl.h @@ -209,7 +209,7 @@ struct dm_name_list { }; #define DM_NAME_LIST_FLAG_HAS_UUID 1 -#define DM_NAME_LIST_FLAG_DOESNT_HAVE_UUID 2 +#define DM_NAME_LIST_FLAG_DOES_NOT_HAVE_UUID 2 /* * Used to retrieve the target versions diff --git a/libdm/misc/dm-ioctl.h b/libdm/misc/dm-ioctl.h index cdb38f639..9686e638e 100644 --- a/libdm/misc/dm-ioctl.h +++ b/libdm/misc/dm-ioctl.h @@ -208,7 +208,7 @@ struct dm_name_list { }; #define DM_NAME_LIST_FLAG_HAS_UUID 1 -#define DM_NAME_LIST_FLAG_DOESNT_HAVE_UUID 2 +#define DM_NAME_LIST_FLAG_DOES_NOT_HAVE_UUID 2 /* * Used to retrieve the target versions