creating a new filesystem call for FUSE filesystem
We are implementing a Filesystem using Python Fuse Library. We have
implemented "Snapshot" feature (api) for this file system. We want to now
call this snapshotting api, via a system call like (ls,mkdir,etc) -
Snapshot? How do we create this new system call?
No comments:
Post a Comment