cleanup
This commit is contained in:
parent
fd49c3ed27
commit
706191f241
1 changed files with 0 additions and 6 deletions
|
@ -299,12 +299,6 @@ class WorkdirFS(Operations):
|
||||||
def fsync(self, path, fdatasync, fh):
|
def fsync(self, path, fdatasync, fh):
|
||||||
return self.flush(path, fh)
|
return self.flush(path, fh)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def main(args):
|
def main(args):
|
||||||
#FUSE(WorkdirFS(root), mountpoint, nothreads=True, foreground=True)
|
#FUSE(WorkdirFS(root), mountpoint, nothreads=True, foreground=True)
|
||||||
# start FUSE filesystem
|
# start FUSE filesystem
|
||||||
|
|
Loading…
Reference in a new issue