Whamcloud - gitweb
LU-12514 obdclass: Drop FS_HAS_FIEMAP compat macro
[fs/lustre-release.git] / lustre / include / lustre_compat.h
index 284f4ee..03a1c3a 100644 (file)
@@ -134,10 +134,6 @@ static inline void ll_set_fs_pwd(struct fs_struct *fs, struct vfsmount *mnt,
 # define inode_dio_write_done(i)       up_write(&(i)->i_alloc_sem)
 #endif
 
-#ifndef FS_HAS_FIEMAP
-#define FS_HAS_FIEMAP                  (0)
-#endif
-
 #ifndef HAVE_SIMPLE_SETATTR
 #define simple_setattr(dentry, ops) inode_setattr((dentry)->d_inode, ops)
 #endif