Skip to content

Commit 9351b40

Browse files
authored
Merge pull request #8778 from cakebaker/uucore_fsext_add_cgroup2fs
uucore/fsext: recognize magic number for `cgroup2fs`
2 parents c16698f + 42c7746 commit 9351b40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/uucore/src/lib/features/fsext.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,7 @@ pub fn pretty_fstype<'a>(fstype: i64) -> Cow<'a, str> {
985985
0x7372_7279 => "btrfs_test".into(),
986986
0x00C3_6400 => "ceph".into(),
987987
0x0027_E0EB => "cgroupfs".into(),
988+
0x6367_7270 => "cgroup2fs".into(),
988989
0xFF53_4D42 => "cifs".into(),
989990
0x7375_7245 => "coda".into(),
990991
0x012F_F7B7 => "coh".into(),

0 commit comments

Comments
 (0)