Whamcloud - gitweb
LU-3529 lod: create striped directory
[fs/lustre-release.git] / lustre / include / lustre_lib.h
index 5a86378..2ea9e15 100644 (file)
@@ -574,6 +574,8 @@ static inline void obd_ioctl_freedata(char *buf, int len)
 #define LOVEA_DELETE_VALUES(size, count, offset) (size == 0 && count == 0 && \
                                                  offset == (typeof(offset))(-1))
 
+#define LMVEA_DELETE_VALUES(count, offset) ((count) == 0 && \
+                                           (offset) == (typeof(offset))(-1))
 /* #define POISON_BULK 0 */
 
 /*