diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-11-22 23:15:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 23:15:07 -0500 |
commit | c5c755e1bc76165a635e7036b0f7888395d82ae7 (patch) | |
tree | 0cb11269133a7e215c0ef21833975ce5702885d3 /src/basic/missing.h | |
parent | 1a1b13c9573b8cd30a4ab8dca2ec7961e460f083 (diff) | |
parent | acbbf69b718260755a5dff60dd68ba239ac0d61b (diff) |
Merge pull request #4693 from poettering/nspawn-ephemeral
nspawn: support ephemeral boots from images
Diffstat (limited to 'src/basic/missing.h')
-rw-r--r-- | src/basic/missing.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h index a5ae5d9e79..8833617dc6 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -143,6 +143,10 @@ #define GRND_RANDOM 0x0002 #endif +#ifndef FS_NOCOW_FL +#define FS_NOCOW_FL 0x00800000 +#endif + #ifndef BTRFS_IOCTL_MAGIC #define BTRFS_IOCTL_MAGIC 0x94 #endif |