]> git.sesse.net Git - bcachefs-tools-debian/commit
More rust improvements
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 21 Feb 2023 19:39:43 +0000 (14:39 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Tue, 21 Feb 2023 19:39:43 +0000 (14:39 -0500)
commitf2ab6e552d311f585e95190075f90b2dd916055d
tree6598445605cce8f0d7c474991f92c9e2579e98a8
parent10c609ac941c132f4dc7d29aab4bd1bf5f735c24
More rust improvements

 - passing of arguments from c -> rust code now works correctly
 - 'bcachefs mount' now handles being passed a device or devices

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
bcachefs.c
cmds.h
rust-src/src/cmd_mount.rs
rust-src/src/filesystem.rs
rust-src/src/key.rs
rust-src/src/lib.rs