[Devel] [PATCH RHEL9 COMMIT] dm-zero-rq: Rename "dm-zero-req" module to "dm-zero-rq"
Konstantin Khorenko
khorenko at virtuozzo.com
Wed Apr 13 19:06:23 MSK 2022
The commit is pushed to "branch-rh9-5.14.0-42.vz9.14.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh9-5.14.0-42.vz9.14.7
------>
commit be294976ac81f8b2b1b1a9c3036c973687e4e4ec
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date: Wed Apr 13 18:49:03 2022 +0300
dm-zero-rq: Rename "dm-zero-req" module to "dm-zero-rq"
We would like the module to be automatically loaded,
so we need to syncronize internal target name with the module name.
https://jira.sw.ru/browse/PSBM-134130
Fixes: a1bfd9a511ea ("dm-zero-req: Introduce zero request based target")
Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
---
drivers/md/Makefile | 2 +-
drivers/md/{dm-zero-req.c => dm-zero-rq.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/md/Makefile b/drivers/md/Makefile
index 3197d24c0e75..e477979b75a9 100644
--- a/drivers/md/Makefile
+++ b/drivers/md/Makefile
@@ -76,7 +76,7 @@ obj-$(CONFIG_DM_PERSISTENT_DATA) += persistent-data/
obj-$(CONFIG_DM_MIRROR) += dm-mirror.o dm-log.o dm-region-hash.o
obj-$(CONFIG_DM_LOG_USERSPACE) += dm-log-userspace.o
obj-$(CONFIG_DM_ZERO) += dm-zero.o
-obj-$(CONFIG_DM_ZERO) += dm-zero-req.o
+obj-$(CONFIG_DM_ZERO) += dm-zero-rq.o
obj-$(CONFIG_DM_RAID) += dm-raid.o
obj-$(CONFIG_DM_THIN_PROVISIONING) += dm-thin-pool.o
obj-$(CONFIG_DM_VERITY) += dm-verity.o
diff --git a/drivers/md/dm-zero-req.c b/drivers/md/dm-zero-rq.c
similarity index 100%
rename from drivers/md/dm-zero-req.c
rename to drivers/md/dm-zero-rq.c
More information about the Devel
mailing list