Closed cezarmathe closed 4 years ago
The Subvolume struct should include the id, the filesystem root and the path.
Create two ways of getting a Subvolume:
Refactor all functions that require the path so that they do not call the C function every time.
This should fix #1
Fixed by #14
The Subvolume struct should include the id, the filesystem root and the path.
Create two ways of getting a Subvolume:
Refactor all functions that require the path so that they do not call the C function every time.