Exemplo n.º 1
0
 private unsafe int Flush(path *path, fuse_file_info *fi)
 {
     try
     {
         return(_fileSystem.Flush(ToSpan(path), ref ToFileInfoRef(fi)));
     }
     catch
     {
         return(-EIO);
     }
 }