Deprecate usage of some functions in boost (#130)
Some checks failed
Build / build (push) Has been cancelled

* Deprecate usage of boost::filesystem::load_string_file and save_string_file

* some other deperated functions

* remove complete()

* normal, save, load
This commit is contained in:
Symious
2025-03-08 21:03:15 +08:00
committed by GitHub
parent 923bdd7c66
commit 3b273a6de2
5 changed files with 38 additions and 17 deletions

View File

@@ -2150,7 +2150,7 @@ void hf3fs_ioctl(fuse_req_t req,
fuse_reply_err(req, EINVAL);
return;
}
if (name.has_branch_path()) {
if (name.has_parent_path()) {
fuse_reply_err(req, EINVAL);
return;
}