提交 999d32cd 编写于 作者: C Cary Xu

chore: revert the code change

上级 293f65e4
...@@ -70,7 +70,7 @@ void tfsUpdateSize(STfs *pTfs); ...@@ -70,7 +70,7 @@ void tfsUpdateSize(STfs *pTfs);
SDiskSize tfsGetSize(STfs *pTfs); SDiskSize tfsGetSize(STfs *pTfs);
/** /**
* @brief Get level of multi-tier storage * @brief Get level of multi-tier storage.
* *
* @param pTfs * @param pTfs
* @return int32_t * @return int32_t
......
...@@ -1033,7 +1033,7 @@ int32_t tsdbFSCommit2(STsdb *pTsdb, STsdbFS *pFSNew) { ...@@ -1033,7 +1033,7 @@ int32_t tsdbFSCommit2(STsdb *pTsdb, STsdbFS *pFSNew) {
code = TSDB_CODE_OUT_OF_MEMORY; code = TSDB_CODE_OUT_OF_MEMORY;
goto _err; goto _err;
} }
iOld++;
iNew++; iNew++;
continue; continue;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册