Whamcloud - gitweb
LU-10030 idl: use proper ATTR/MDS_ATTR/MDS_OPEN flags
[fs/lustre-release.git] / lustre / include / lustre_patchless_compat.h
index fd7f82d..b607087 100644 (file)
@@ -111,18 +111,6 @@ truncate_complete_page(struct address_space *mapping, struct page *page)
 #  define ll_d_count(d)                        ((d)->d_count)
 #endif /* HAVE_DCACHE_LOCK */
 
-#ifdef ATTR_OPEN
-# define ATTR_FROM_OPEN ATTR_OPEN
-#else
-# ifndef ATTR_FROM_OPEN
-#  define ATTR_FROM_OPEN 0
-# endif
-#endif /* ATTR_OPEN */
-
-#ifndef ATTR_RAW
-#define ATTR_RAW 0
-#endif
-
 #ifndef HAVE_IN_COMPAT_SYSCALL
 #define in_compat_syscall      is_compat_task
 #endif