mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #6438 from phedders/main
src/uucore/src/lib/features/fsext.rs: Add magic for bcachefs
This commit is contained in:
commit
3523268936
1 changed files with 1 additions and 0 deletions
|
@ -899,6 +899,7 @@ pub fn pretty_fstype<'a>(fstype: i64) -> Cow<'a, str> {
|
||||||
0x0187 => "autofs".into(),
|
0x0187 => "autofs".into(),
|
||||||
0x4246_5331 => "befs".into(),
|
0x4246_5331 => "befs".into(),
|
||||||
0x6264_6576 => "bdevfs".into(),
|
0x6264_6576 => "bdevfs".into(),
|
||||||
|
0xCA451A4E => "bcachefs".into(),
|
||||||
0x1BAD_FACE => "bfs".into(),
|
0x1BAD_FACE => "bfs".into(),
|
||||||
0xCAFE_4A11 => "bpf_fs".into(),
|
0xCAFE_4A11 => "bpf_fs".into(),
|
||||||
0x4249_4E4D => "binfmt_misc".into(),
|
0x4249_4E4D => "binfmt_misc".into(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue