Skip to content

Commit

Permalink
modules: ucmd: blkid: sync known types with recent libblkid
Browse files Browse the repository at this point in the history
  • Loading branch information
prajnoha committed Oct 13, 2023
1 parent d040b08 commit 16e5e3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/modules/ucmd/block/blkid/blkid-type-mapper.gperf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ hpt37x_raid_member, MOD_NAME_MD
adaptec_raid_member, MOD_NAME_MD
jmicron_raid_member, MOD_NAME_MD
bcache, MOD_NAME_BCACHE
bcachefs, MOD_NAME_FS
ceph_bluestore, MOD_NAME_CEPH
drbd, MOD_NAME_DRBD
drbdmanage_control_volume, MOD_NAME_DRBD
Expand All @@ -40,6 +41,7 @@ ubi, MOD_NAME_UBI
vdo, MOD_NAME_VDO
stratis, MOD_NAME_STRATIS
BitLocker, MOD_NAME_BITLOCKER
cs_fvault2, MOD_NAME_FILEVAULT
vfat, MOD_NAME_FS
swsuspend, MOD_NAME_FS
swap, MOD_NAME_FS
Expand Down Expand Up @@ -88,3 +90,4 @@ f2fs, MOD_NAME_FS
mpool, MOD_NAME_FS
apfs, MOD_NAME_FS
zonefs, MOD_NAME_FS
erofs, MOD_NAME_FS
3 changes: 2 additions & 1 deletion src/modules/ucmd/block/blkid/blkid-type.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of SID.
*
* Copyright (C) 2017-2020 Red Hat, Inc. All rights reserved.
* Copyright (C) 2017-2023 Red Hat, Inc. All rights reserved.
*
* SID is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -32,6 +32,7 @@
#define MOD_NAME_VDO "vdo"
#define MOD_NAME_STRATIS "stratis"
#define MOD_NAME_BITLOCKER "bitlocker"
#define MOD_NAME_FILEVAULT "filevault"
#define MOD_NAME_SWAP "swap"
#define MOD_NAME_FS "fs"

Expand Down

0 comments on commit 16e5e3e

Please sign in to comment.