diff options
author | Daniel Mack <github@zonque.org> | 2015-11-12 13:54:54 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-11-12 13:54:54 +0100 |
commit | aafdda22388a8a1b6966130ef4df0b59ee5fad72 (patch) | |
tree | d4ac47cc5f9ccc69c7da16927060a09afbab0e4d /src/core/mount.h | |
parent | a11c7ea52cc31a8c95e46e781469d3a104f48090 (diff) | |
parent | 2a2e1b36a0417d748048b530e03d5428241f749d (diff) |
Merge pull request #1864 from poettering/remove-smack-fs-root-label
core: remove SmackFileSystemRootLabel= again
Diffstat (limited to 'src/core/mount.h')
-rw-r--r-- | src/core/mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/mount.h b/src/core/mount.h index b344b5aa13..83d14ae713 100644 --- a/src/core/mount.h +++ b/src/core/mount.h @@ -71,7 +71,6 @@ struct Mount { bool reset_cpu_usage:1; bool sloppy_options; - char *smack_fs_root_label; MountResult result; MountResult reload_result; |