cezarmathe / btrfsutil-rs

Safe wrappers for libbtrfsutil.
https://crates.io/crates/btrfsutil
MIT License
6 stars 5 forks source link

Fix Subvolume permissions issues #10

Closed cezarmathe closed 4 years ago

cezarmathe commented 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.

cezarmathe commented 4 years ago

This should fix #1

cezarmathe commented 4 years ago

Fixed by #14