]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mountpoint-util: remove duplicate check in fstype_is_api_vfs() 40866/head
authorPontus Lundkvist <p@article.se>
Fri, 27 Feb 2026 13:09:59 +0000 (14:09 +0100)
committerPontus Lundkvist <pontus.lundkvist@fossid.com>
Fri, 27 Feb 2026 13:10:27 +0000 (14:10 +0100)
devtmpfs is part of the @basic-api filesystem-set

src/basic/mountpoint-util.c

index 8b293401bd9cb6c5aa50bf4492bbf9e07a01ec3f..06d4d4450a22db6568880e2dae4c5dde0364bf77 100644 (file)
@@ -391,8 +391,7 @@ bool fstype_is_api_vfs(const char *fstype) {
         /* Filesystems not present in the internal database */
         return STR_IN_SET(fstype,
                           "autofs",
-                          "cpuset",
-                          "devtmpfs");
+                          "cpuset");
 }
 
 bool fstype_is_blockdev_backed(const char *fstype) {