Whamcloud - gitweb
LU-12514 obdclass: Drop FS_HAS_FIEMAP compat macro
[fs/lustre-release.git] / lustre / obdclass / obd_mount.c
index 65fe8fa..85da147 100644 (file)
@@ -1737,7 +1737,7 @@ static struct file_system_type lustre_fs_type = {
        .get_sb       = lustre_get_sb,
 #endif
        .kill_sb      = lustre_kill_super,
-       .fs_flags     = FS_REQUIRES_DEV | FS_HAS_FIEMAP | FS_RENAME_DOES_D_MOVE,
+       .fs_flags     = FS_REQUIRES_DEV | FS_RENAME_DOES_D_MOVE,
 };
 MODULE_ALIAS_FS("lustre");