Merge branch 'use-fusermount3-where-possible' into 'master'
Fix image unmounting & tooling to work under gentoo and MacOS See merge request redox-os/redoxfs!58
No related branches found
No related tags found
Showing
- Cargo.lock 107 additions, 0 deletionsCargo.lock
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- Makefile 18 additions, 3 deletionsMakefile
- src/lib.rs 3 additions, 0 deletionssrc/lib.rs
- src/tests.rs 2 additions, 12 deletionssrc/tests.rs
- src/unmount.rs 53 additions, 0 deletionssrc/unmount.rs
- test.sh 1 addition, 0 deletionstest.sh
... | ... | @@ -35,6 +35,7 @@ aes = { version = "=0.7.5", default-features = false } |
argon2 = { version = "0.3.4", default-features = false, features = ["alloc"] } | ||
base64ct = { version = "1", default-features = false } | ||
env_logger = { version = "0.9.0", optional = true } | ||
failure = "0.1.8" | ||
getrandom = { version = "0.2.5", optional = true } | ||
libc = "0.2" | ||
log = { version = "0.4.14", default-features = false, optional = true} | ||
... | ... |
src/unmount.rs
0 → 100644
Please register or sign in to comment