Whamcloud - gitweb
LU-7776 tests: lnet-selftest.sh local_mode failure
[fs/lustre-release.git] / lustre / tests / checkfiemap.c
index b28beb6..cfb6445 100644 (file)
 # include <linux/fiemap.h>
 #endif
 
-#ifdef __linux__
-# ifndef FS_IOC_FIEMAP
-#  define FS_IOC_FIEMAP (_IOWR('f', 11, struct fiemap))
-# endif
+#ifndef FS_IOC_FIEMAP
+# define FS_IOC_FIEMAP (_IOWR('f', 11, struct fiemap))
 #endif
 
 #define ONEMB 1048576