]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/missing.h
missing: drop DM_DEFERRED_REMOVE as we have dm-ioctl.h
[thirdparty/systemd.git] / src / basic / missing.h
index 15646eaaeb1daf2d32d8a74e5419c9f0e3d190f9..6d50323520fb4d258bb51764a53922edde6c457a 100644 (file)
 #define MS_LAZYTIME     (1<<25)
 #endif
 
-#ifndef DM_DEFERRED_REMOVE
-#define DM_DEFERRED_REMOVE (1 << 17)
-#endif
-
 #ifndef CIFS_MAGIC_NUMBER
 #  define CIFS_MAGIC_NUMBER 0xFF534D42
 #endif