From: Radoslaw Zarzynski Date: Thu, 18 Mar 2021 09:54:40 +0000 (+0000) Subject: crimson/osd: drop namespace for arg in PG::with_locked_obc(). X-Git-Tag: v17.1.0~1984^2~19 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d6b0e5e0ec760261accc9a25bb9131e39a693eba;p=ceph.git crimson/osd: drop namespace for arg in PG::with_locked_obc(). It's unnecessary. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/crimson/osd/pg.cc b/src/crimson/osd/pg.cc index 1b52c2067bc9..44ebcd3c8829 100644 --- a/src/crimson/osd/pg.cc +++ b/src/crimson/osd/pg.cc @@ -1042,7 +1042,7 @@ PG::with_locked_obc(Ref &m, const OpInfo &op_info, template 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?