fix: refresh mtime after remove file
https://github.com/vitalif/vitastor/pull/95 By submitting this pull request, I accept Vitastor CLA
This commit is contained in:
committed by
Vitaliy Filippov
parent
5f18496c04
commit
94ddf20667
@@ -282,6 +282,10 @@ resume_6:
|
||||
});
|
||||
return;
|
||||
resume_7:
|
||||
if (!st->res)
|
||||
{
|
||||
st->self->parent->kvfs->touch_queue.insert(st->dir_ino);
|
||||
}
|
||||
auto cb = std::move(st->cb);
|
||||
cb(st->res);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user