From: Yu Watanabe Date: Thu, 6 Dec 2018 05:50:11 +0000 (+0100) Subject: missing: drop DM_DEFERRED_REMOVE as we have dm-ioctl.h X-Git-Tag: v240~126^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fec6661efd6ac820c7903c63f7467da6b826ca81;p=thirdparty%2Fsystemd.git missing: drop DM_DEFERRED_REMOVE as we have dm-ioctl.h --- diff --git a/src/basic/missing.h b/src/basic/missing.h index 15646eaaeb1..6d50323520f 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -56,10 +56,6 @@ #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