]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: drop namespace for arg in PG::with_locked_obc().
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Thu, 18 Mar 2021 09:54:40 +0000 (09:54 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Mon, 10 May 2021 16:01:32 +0000 (18:01 +0200)
It's unnecessary.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crimson/osd/pg.cc

index 1b52c2067bc9cb8e6d20797f319819d0e96038fe..44ebcd3c8829d88db106f681d314c5ee056b04d4 100644 (file)
@@ -1042,7 +1042,7 @@ PG::with_locked_obc(Ref<MOSDOp> &m, const OpInfo &op_info,
 
 template <RWState::State State>
 PG::interruptible_future<>
-PG::with_locked_obc(ObjectContextRef obc, PG::with_obc_func_t &&f)
+PG::with_locked_obc(ObjectContextRef obc, with_obc_func_t &&f)
 {
   // TODO: a question from rebase: do we really need such checks when
   // the interruptible stuff is being used?