]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/ceph/cls_lock_client.h
Merge branch 'linux-5.3' of git://github.com/skeggsb/linux into drm-fixes
[linux.git] / include / linux / ceph / cls_lock_client.h
index bea6c77d2093c9a4dd062bc026500cd903184a48..17bc7584d1fe2f0233479aeebe5d1c983c47a893 100644 (file)
@@ -52,4 +52,7 @@ int ceph_cls_lock_info(struct ceph_osd_client *osdc,
                       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