chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95b8734
)
missing: Add DM_DEFERRED_REMOVE
author
Henrik Grindal Bakken
<hgb@ifi.uio.no>
Thu, 23 Mar 2017 15:19:15 +0000
(16:19 +0100)
committer
Sven Eden
<yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:39 +0000
(07:49 +0200)
Also include missing.h in dissect-image.c to pick it up.
src/basic/missing.h
patch
|
blob
|
history
diff --git
a/src/basic/missing.h
b/src/basic/missing.h
index dd9b43f43d02028426fff5869032b02beca4ade3..d6dd78662046f1c41f1343bb5e5599395f87a349 100644
(file)
--- 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