]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
client: After a rebase, no lock is necessary.
authorChristopher Hoffman <choffman@redhat.com>
Wed, 3 Apr 2024 14:48:01 +0000 (14:48 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:34 +0000 (13:59 +0000)
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
src/client/Client.cc

index b0e1f2dd4b54eab45acbc1207700c181ea9cb4a3..ff8759d0981272d3e1ac6d0310660e402ef18248 100644 (file)
@@ -11611,8 +11611,6 @@ void Client::do_readahead(Fh *f, Inode *in, uint64_t off, uint64_t len)
 
 void Client::C_Read_Async_Finisher::finish(int r)
 {
-  clnt->client_lock.lock();
-
   if (denc && r >= 0) {
       std::vector<ObjectCacher::ObjHole> holes;
       r = denc->decrypt_bl(off, len, read_start, holes, bl);