From: songweibin Date: Thu, 31 Aug 2017 11:24:07 +0000 (+0800) Subject: osd: adjust the order of comments X-Git-Tag: v13.0.1~1050^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=10122edba614b47a14a541583acad538920b8a9a;p=ceph.git osd: adjust the order of comments Signed-off-by: songweibin --- diff --git a/src/osd/PGTransaction.h b/src/osd/PGTransaction.h index a77a9dae78fb..68a68b36b739 100644 --- a/src/osd/PGTransaction.h +++ b/src/osd/PGTransaction.h @@ -283,8 +283,8 @@ public: /// Sets up state for target renamed from source void rename( - const hobject_t &target, ///< [in] source (must be a temp object) - const hobject_t &source ///< [in] to, must not exist, be non-temp + const hobject_t &target, ///< [in] to, must not exist, be non-temp + const hobject_t &source ///< [in] source (must be a temp object) ) { assert(source.is_temp()); assert(!target.is_temp());