From cf4ce59b3b70238352c7f1729f0f7223214828ad Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 20 Sep 2024 01:46:19 +0000
Subject: [PATCH] rtl88x2CE_WiFi_linux add concurrent mode

---
 kernel/include/linux/ceph/cls_lock_client.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/kernel/include/linux/ceph/cls_lock_client.h b/kernel/include/linux/ceph/cls_lock_client.h
index bea6c77..17bc758 100644
--- a/kernel/include/linux/ceph/cls_lock_client.h
+++ b/kernel/include/linux/ceph/cls_lock_client.h
@@ -52,4 +52,7 @@
 		       char *lock_name, u8 *type, char **tag,
 		       struct ceph_locker **lockers, u32 *num_lockers);
 
+int ceph_cls_assert_locked(struct ceph_osd_request *req, int which,
+			   char *lock_name, u8 type, char *cookie, char *tag);
+
 #endif

--
Gitblit v1.6.2