This commit is contained in:
Jakobus Schürz 2020-03-13 09:50:44 +01:00
parent fd49c3ed27
commit 706191f241

View file

@ -299,12 +299,6 @@ class WorkdirFS(Operations):
def fsync(self, path, fdatasync, fh):
return self.flush(path, fh)
def main(args):
#FUSE(WorkdirFS(root), mountpoint, nothreads=True, foreground=True)
# start FUSE filesystem