1
0
Fork 0
mirror of https://github.com/SlavikMIPT/tgcloud.git synced 2025-03-09 15:40:14 +00:00

dedupfs added

This commit is contained in:
Вячеслав Баженов 2019-06-14 12:51:59 +03:00
parent 5b4ed0194e
commit 4d66c44764
14 changed files with 2877 additions and 1 deletions

12
dedupfs/NOTES Normal file
View file

@ -0,0 +1,12 @@
The included fuse.py module includes a single-line bug fix to the fuse.py file
included with Ubuntu's Python 2.6 package for the method Timespec.__init__():
480c480
< def __init__(self, name, **kw):
---
> def __init__(self, **kw):
During initial development I used the following resources:
- http://sf.net/apps/mediawiki/fuse/index.php?title=FUSE_Python_Reference
- http://linux.die.net/man/2/path_resolution
- /usr/include/fuse/fuse.h :-(