[Devel] [PATCH RHEL8 COMMIT] cbt: Rename also blk_user_cbt_snp_create

Konstantin Khorenko khorenko at virtuozzo.com
Sat Oct 26 00:08:24 MSK 2019


The commit is pushed to "branch-rh8-4.18.0-80.1.2.vz8.2.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh8-4.18.0-80.1.2.vz8.2.3
------>
commit 17fdb1986644626eaab6be13411b741109624008
Author: Kirill Tkhai <ktkhai at virtuozzo.com>
Date:   Sat Oct 26 00:08:22 2019 +0300

    cbt: Rename also blk_user_cbt_snp_create
    
    Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
---
 block/blk-cbt.c         | 2 +-
 include/uapi/linux/fs.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/block/blk-cbt.c b/block/blk-cbt.c
index fdb07d3ef351..012e3740b2da 100644
--- a/block/blk-cbt.c
+++ b/block/blk-cbt.c
@@ -372,7 +372,7 @@ static int copy_cbt_to_user(struct page **map, unsigned long size,
 }
 
 static int blk_cbt_snap_create(struct request_queue *q, __u8 *uuid,
-			       struct blk_user_cbt_snp_create __user *arg)
+			       struct blk_user_cbt_snap_create __user *arg)
 {
 	unsigned long npages, i, size;
 	__u64 to_addr, to_size;
diff --git a/include/uapi/linux/fs.h b/include/uapi/linux/fs.h
index 880b1fa36b92..876c308d57c0 100644
--- a/include/uapi/linux/fs.h
+++ b/include/uapi/linux/fs.h
@@ -272,7 +272,7 @@ struct blk_user_cbt_misc_info {
 	__u8 data[0];
 };
 
-struct blk_user_cbt_snp_create {
+struct blk_user_cbt_snap_create {
 	struct blk_user_cbt_misc_info cmi;
 	__u64 addr;
 	__u64 size;



More information about the Devel mailing list