Whamcloud - gitweb
LU-1756 kernel: clean up lustre_compat25.h
[fs/lustre-release.git] / lustre / obdclass / obd_mount.c
index 551c385..f856cba 100644 (file)
@@ -3049,11 +3049,8 @@ struct file_system_type lustre_fs_type = {
         .get_sb       = lustre_get_sb,
 #endif
         .kill_sb      = lustre_kill_super,
-        .fs_flags     = FS_BINARY_MOUNTDATA | FS_REQUIRES_DEV |
-#ifdef FS_HAS_FIEMAP
-                        FS_HAS_FIEMAP |
-#endif
-                        LL_RENAME_DOES_D_MOVE,
+       .fs_flags     = FS_BINARY_MOUNTDATA | FS_REQUIRES_DEV |
+                       FS_HAS_FIEMAP | FS_RENAME_DOES_D_MOVE,
 };
 
 int lustre_register_fs(void)