summaryrefslogtreecommitdiff
path: root/src/basic/mountpoint-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-03-07 11:29:38 +0100
committerLennart Poettering <lennart@poettering.net>2023-03-09 21:56:42 +0100
commit6eda6f7e51e8d25c12279689567008d50274cd1e (patch)
treefde809953fcbe3106b08f6efefd087831f072606 /src/basic/mountpoint-util.h
parent034ebc47a280e6f0f1f051ee15099b6e7fe20e9a (diff)
downloadsystemd-6eda6f7e51e8d25c12279689567008d50274cd1e.tar.gz
mountpoint-util: add new fstype_can_umask() helper
Diffstat (limited to 'src/basic/mountpoint-util.h')
-rw-r--r--src/basic/mountpoint-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/mountpoint-util.h b/src/basic/mountpoint-util.h
index e0c8f6b356..977e8e738d 100644
--- a/src/basic/mountpoint-util.h
+++ b/src/basic/mountpoint-util.h
@@ -50,6 +50,7 @@ bool fstype_is_ro(const char *fsype);
bool fstype_can_discard(const char *fstype);
bool fstype_can_uid_gid(const char *fstype);
bool fstype_can_norecovery(const char *fstype);
+bool fstype_can_umask(const char *fstype);
int dev_is_devtmpfs(void);