提交 4a1010cd 编写于 作者: H Hongze Cheng

more

上级 f6e3ad27
...@@ -483,10 +483,13 @@ static int32_t fset_cmpr_fn(const struct STFileSet *pSet1, const struct STFileSe ...@@ -483,10 +483,13 @@ static int32_t fset_cmpr_fn(const struct STFileSet *pSet1, const struct STFileSe
} }
static int32_t edit_fs(STFileSystem *fs, const TFileOpArray *opArray) { static int32_t edit_fs(STFileSystem *fs, const TFileOpArray *opArray) {
int32_t code = 0; int32_t code = 0;
int32_t lino = 0; int32_t lino = 0;
TFileSetArray *fsetArray = fs->fSetArrTmp;
code = tsdbFSDupState(fs);
if (code) return code;
TFileSetArray *fsetArray = fs->fSetArrTmp;
STFileSet *fset = NULL; STFileSet *fset = NULL;
const STFileOp *op; const STFileOp *op;
TARRAY2_FOREACH_PTR(opArray, op) { TARRAY2_FOREACH_PTR(opArray, op) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册