]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd: adjust the order of comments
authorsongweibin <song.weibin@zte.com.cn>
Thu, 31 Aug 2017 11:24:07 +0000 (19:24 +0800)
committersongweibin <song.weibin@zte.com.cn>
Thu, 31 Aug 2017 11:24:07 +0000 (19:24 +0800)
Signed-off-by: songweibin <song.weibin@zte.com.cn>
src/osd/PGTransaction.h

index a77a9dae78fb19cff64415a15fc7ed27ac0e56ff..68a68b36b7397760c676b4fc774ea4e6c6a52077 100644 (file)
@@ -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());