kernel/include/linux/ceph/cls_lock_client.h
.. .. @@ -52,4 +52,7 @@ 52 52 char *lock_name, u8 *type, char **tag, 53 53 struct ceph_locker **lockers, u32 *num_lockers); 54 54 55 +int ceph_cls_assert_locked(struct ceph_osd_request *req, int which,56 + char *lock_name, u8 type, char *cookie, char *tag);57 +55 58 #endif