@ -8,6 +8,7 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
int rv;
struct stat initial_st;
struct stat tmp_st;
ghc::filesystem::path tmp_path;
rv = fs::lstat(path_,&initial_st);
if(rv == -1)