bcachefs-tools/bch_bindgen
Tony Asleson 3d63b901c6 Handle mount with FS with 1 device
If the user passes a single device node during the mount and
we have no information for it in the udev db, we read up the
super block.  When we do this, if the FS only has 1 block device
we will simply go ahead and do the mount instead of walking
all the block devices and reading up super blocks looking for
devices with a matching FS UUID.

Signed-off-by: Tony Asleson <tasleson@redhat.com>
2024-05-07 12:20:49 -05:00
..
src Handle mount with FS with 1 device 2024-05-07 12:20:49 -05:00
.gitignore move Rust sources to top level, C sources into c_src 2024-01-16 01:47:05 -05:00
build.rs bch_bindgen: fix packed and aligned structs on i686, ppc64 2024-02-17 13:38:09 -05:00
Cargo.toml rust: update bindgen to 0.69.4; remove custom type modifications 2024-02-04 18:26:33 -05:00
rustfmt.toml move Rust sources to top level, C sources into c_src 2024-01-16 01:47:05 -05:00