more
This commit is contained in:
parent
f6e3ad27f0
commit
4a1010cdec
|
@ -485,8 +485,11 @@ static int32_t fset_cmpr_fn(const struct STFileSet *pSet1, const struct STFileSe
|
|||
static int32_t edit_fs(STFileSystem *fs, const TFileOpArray *opArray) {
|
||||
int32_t code = 0;
|
||||
int32_t lino = 0;
|
||||
TFileSetArray *fsetArray = fs->fSetArrTmp;
|
||||
|
||||
code = tsdbFSDupState(fs);
|
||||
if (code) return code;
|
||||
|
||||
TFileSetArray *fsetArray = fs->fSetArrTmp;
|
||||
STFileSet *fset = NULL;
|
||||
const STFileOp *op;
|
||||
TARRAY2_FOREACH_PTR(opArray, op) {
|
||||
|
|
Loading…
Reference in New Issue