Commit 5c8eae72 authored by Oleg Drokin's avatar Oleg Drokin Committed by Greg Kroah-Hartman

staging/lustre: Drop FS_HAS_FIEMAP compat macro

FS_HAS_FIEMAP was some sort of old RHEL5 construct that's not
really important anymore
Signed-off-by: default avatarOleg Drokin <oleg.drokin@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5109ea60
...@@ -69,11 +69,6 @@ ...@@ -69,11 +69,6 @@
# define inode_dio_read(i) atomic_inc(&(i)->i_dio_count) # define inode_dio_read(i) atomic_inc(&(i)->i_dio_count)
/* inode_dio_done(i) use as-is for read unlock */ /* inode_dio_done(i) use as-is for read unlock */
#ifndef FS_HAS_FIEMAP
#define FS_HAS_FIEMAP (0)
#endif
#ifndef SLAB_DESTROY_BY_RCU #ifndef SLAB_DESTROY_BY_RCU
#define SLAB_DESTROY_BY_RCU 0 #define SLAB_DESTROY_BY_RCU 0
#endif #endif
......
...@@ -1281,7 +1281,7 @@ struct file_system_type lustre_fs_type = { ...@@ -1281,7 +1281,7 @@ struct file_system_type lustre_fs_type = {
.mount = lustre_mount, .mount = lustre_mount,
.kill_sb = lustre_kill_super, .kill_sb = lustre_kill_super,
.fs_flags = FS_BINARY_MOUNTDATA | FS_REQUIRES_DEV | .fs_flags = FS_BINARY_MOUNTDATA | FS_REQUIRES_DEV |
FS_HAS_FIEMAP | FS_RENAME_DOES_D_MOVE, FS_RENAME_DOES_D_MOVE,
}; };
MODULE_ALIAS_FS("lustre"); MODULE_ALIAS_FS("lustre");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment