From d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 02:45:28 +0000 Subject: [PATCH] add boot partition size --- 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