Whamcloud - gitweb
LU-10030 clio: don't use spare bits in iattr.ia_valid
[fs/lustre-release.git] / lustre / include / lustre_patchless_compat.h
index 2ad8bce..fd7f82d 100644 (file)
@@ -123,14 +123,6 @@ truncate_complete_page(struct address_space *mapping, struct page *page)
 #define ATTR_RAW 0
 #endif
 
-#ifndef ATTR_CTIME_SET
-/*
- * set ATTR_CTIME_SET to a high value to avoid any risk of collision with other
- * ATTR_* attributes (see bug 13828)
- */
-#define ATTR_CTIME_SET (1 << 28)
-#endif
-
 #ifndef HAVE_IN_COMPAT_SYSCALL
 #define in_compat_syscall      is_compat_task
 #endif