chore: revert the code change

This commit is contained in:
Cary Xu 2022-09-15 17:59:09 +08:00
parent 293f65e4b7
commit 999d32cdbd
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ void tfsUpdateSize(STfs *pTfs);
SDiskSize tfsGetSize(STfs *pTfs);
/**
* @brief Get level of multi-tier storage
* @brief Get level of multi-tier storage.
*
* @param pTfs
* @return int32_t

View File

@ -1033,7 +1033,7 @@ int32_t tsdbFSCommit2(STsdb *pTsdb, STsdbFS *pFSNew) {
code = TSDB_CODE_OUT_OF_MEMORY;
goto _err;
}
iOld++;
iNew++;
continue;
}