summaryrefslogtreecommitdiff
path: root/src/core/mount.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 00:45:32 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-26 01:24:39 +0100
commit7cb48925dc9d6c74edcf800b447c6c0c6955687d (patch)
treed24e3dcd824ccf2421ee8c63d498c6ee8d54f240 /src/core/mount.h
parent67c7c892b9fcb946792b380a30c4ba704c700934 (diff)
core: rename SmackFileSystemRoot= to SmackFileSystemRootLabel=
That way it's in sync with the other SMACK label settings. https://github.com/systemd/systemd/pull/1664#issuecomment-150891270
Diffstat (limited to 'src/core/mount.h')
-rw-r--r--src/core/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mount.h b/src/core/mount.h
index 4e28810f6c..b344b5aa13 100644
--- a/src/core/mount.h
+++ b/src/core/mount.h
@@ -71,7 +71,7 @@ struct Mount {
bool reset_cpu_usage:1;
bool sloppy_options;
- char *smack_fs_root;
+ char *smack_fs_root_label;
MountResult result;
MountResult reload_result;