Whamcloud - gitweb
LU-4423 mem: remove GFP_IOFS
[fs/lustre-release.git] / libcfs / include / libcfs / linux / linux-mem.h
index 4663f57..58d3c4f 100644 (file)
 # include <linux/mm_inline.h>
 #endif
 
-/* GFP_IOFS was added in 2.6.33 kernel */
-#ifndef GFP_IOFS
-#define GFP_IOFS       (__GFP_IO | __GFP_FS)
-#endif
-
 /*
  * Shrinker
  */