]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
missing: add FS_PROJINHERIT_FL
authorLennart Poettering <lennart@poettering.net>
Thu, 28 Mar 2019 17:34:33 +0000 (18:34 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 28 Mar 2019 17:43:04 +0000 (18:43 +0100)
It's available since kernel 4.5, but not in older kernels.

src/basic/missing_fs.h

index 48c1af0458f9ea9678998bd52171538727063105..c262a918126bb58ea0309b20b949adae1eef1d47 100644 (file)
@@ -61,3 +61,7 @@
 #ifndef NS_GET_NSTYPE /* d95fa3c76a66b6d76b1e109ea505c55e66360f3c (4.11) */
 #define NS_GET_NSTYPE _IO(0xb7, 0x3)
 #endif
+
+#ifndef FS_PROJINHERIT_FL
+#define FS_PROJINHERIT_FL 0x20000000
+#endif