summaryrefslogtreecommitdiff
path: root/src/basic/filesystems-gperf.gperf
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-11-15 22:53:25 +0100
committerLennart Poettering <lennart@poettering.net>2021-11-15 22:53:25 +0100
commit05715f12a8be1123c9c8ee2096b9a1c0a38907b3 (patch)
tree65d69b96b9a07e932363c0e9d8235f6b39bdb372 /src/basic/filesystems-gperf.gperf
parentad4e99fe9a1722acfb3fc4b4c5d9f93f0651300e (diff)
downloadsystemd-05715f12a8be1123c9c8ee2096b9a1c0a38907b3.tar.gz
filesystems: add ntfs/ntfs3 magic and add it current version to group
As suggested: https://github.com/systemd/systemd/pull/21373#discussion_r749523677
Diffstat (limited to 'src/basic/filesystems-gperf.gperf')
-rw-r--r--src/basic/filesystems-gperf.gperf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/filesystems-gperf.gperf b/src/basic/filesystems-gperf.gperf
index 0c0c609f80..7dd660addf 100644
--- a/src/basic/filesystems-gperf.gperf
+++ b/src/basic/filesystems-gperf.gperf
@@ -85,6 +85,8 @@ nfs, {NFS_SUPER_MAGIC}
nfs4, {NFS_SUPER_MAGIC}
nilfs2, {NILFS_SUPER_MAGIC}
nsfs, {NSFS_MAGIC}
+ntfs, {NTFS_SB_MAGIC}
+ntfs3, {NTFS3_SUPER_MAGIC}
ocfs2, {OCFS2_SUPER_MAGIC}
openpromfs, {OPENPROM_SUPER_MAGIC}
orangefs, {ORANGEFS_DEVREQ_MAGIC}