Skip to content

Commit

Permalink
Merge pull request #6438 from phedders/main
Browse files Browse the repository at this point in the history
  src/uucore/src/lib/features/fsext.rs: Add magic for bcachefs
  • Loading branch information
cakebaker committed May 28, 2024
2 parents 8adeb90 + 4824033 commit 3523268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uucore/src/lib/features/fsext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,7 @@ pub fn pretty_fstype<'a>(fstype: i64) -> Cow<'a, str> {
0x0187 => "autofs".into(),
0x4246_5331 => "befs".into(),
0x6264_6576 => "bdevfs".into(),
0xCA451A4E => "bcachefs".into(),
0x1BAD_FACE => "bfs".into(),
0xCAFE_4A11 => "bpf_fs".into(),
0x4249_4E4D => "binfmt_misc".into(),
Expand Down

0 comments on commit 3523268

Please sign in to comment.