summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenrik Grindal Bakken <hgb@ifi.uio.no>2017-03-23 16:19:15 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:49:39 +0200
commit89436869d11ac1e91f26d7f2cc9acbf546a0da4c (patch)
tree456553833509150077fd5d55c0cc3076251e0822 /src
parent95b87341e438d45dd6c1286dc541af4f721e81ba (diff)
missing: Add DM_DEFERRED_REMOVE
Also include missing.h in dissect-image.c to pick it up.
Diffstat (limited to 'src')
-rw-r--r--src/basic/missing.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h
index dd9b43f43..d6dd78662 100644
--- a/src/basic/missing.h
+++ b/src/basic/missing.h
@@ -598,6 +598,10 @@ struct btrfs_ioctl_quota_ctl_args {
#define SMACK_MAGIC 0x43415d53
#endif
+#ifndef DM_DEFERRED_REMOVE
+#define DM_DEFERRED_REMOVE (1 << 17)
+#endif
+
#ifndef MAX_HANDLE_SZ
#define MAX_HANDLE_SZ 128
#endif