Merge pull request #968 from rianquinn/master

FIx bug with Clang Tidy
This commit is contained in:
Rian Quinn 2021-09-24 08:46:51 -06:00 committed by GitHub
commit 34994ec1ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3169,6 +3169,9 @@ namespace mk
if (this->id() == mut_tls.loaded_vsid) {
mut_tls.loaded_vsid = syscall::BF_INVALID_ID.get();
}
else {
bsl::touch();
}
return bsl::errc_success;
}