mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Deprecate usage of some functions in boost (#130)
Some checks failed
Build / build (push) Has been cancelled
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user