mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 22:14:05 +08:00
fs_find_mount_point.cpp
This commit is contained in:
parent
1d27933a21
commit
1a4845e2ae
@ -7,6 +7,7 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
|
||||
{
|
||||
int rv;
|
||||
struct stat initial_st;
|
||||
struct stat lower_st;
|
||||
|
||||
rv = fs::lstat(path_,&initial_st);
|
||||
if(rv == -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user