forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
kernel/include/linux/ceph/cls_lock_client.h
....@@ -52,4 +52,7 @@
5252 char *lock_name, u8 *type, char **tag,
5353 struct ceph_locker **lockers, u32 *num_lockers);
5454
55
+int ceph_cls_assert_locked(struct ceph_osd_request *req, int which,
56
+ char *lock_name, u8 type, char *cookie, char *tag);
57
+
5558 #endif