We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c16698f + 42c7746 commit 9351b40Copy full SHA for 9351b40
src/uucore/src/lib/features/fsext.rs
@@ -985,6 +985,7 @@ pub fn pretty_fstype<'a>(fstype: i64) -> Cow<'a, str> {
985
0x7372_7279 => "btrfs_test".into(),
986
0x00C3_6400 => "ceph".into(),
987
0x0027_E0EB => "cgroupfs".into(),
988
+ 0x6367_7270 => "cgroup2fs".into(),
989
0xFF53_4D42 => "cifs".into(),
990
0x7375_7245 => "coda".into(),
991
0x012F_F7B7 => "coh".into(),
0 commit comments