]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: do not increment *issued_deferred* counter twice 68775/head
authorGarry Drankovich <garry.drankovich@clyso.com>
Wed, 6 May 2026 16:19:45 +0000 (19:19 +0300)
committerGarry Drankovich <garry.drankovich@clyso.com>
Mon, 1 Jun 2026 10:54:02 +0000 (13:54 +0300)
commit314f25e2b0032dc768f29026e90e88749cf1d4a4
treed944de0bd34ceab8e69a2d3fe8ac1b2cb3145ca0
parent12c63f2ab5eda7a3c0f22c380d3a45b4452186a0
os/bluestore: do not increment *issued_deferred* counter twice
in write v2 mode.

_get_deferred_op() is already increasing performance counter on its own.

Signed-off-by: Garry Drankovich <garry.drankovich@clyso.com>
src/os/bluestore/Writer.cc