Whamcloud - gitweb
LU-8056 mem: handle GFP_IOFS removal in newer kernels 81/21781/2
authorJames Simmons <uja.ornl@yahoo.com>
Mon, 8 Aug 2016 01:35:13 +0000 (21:35 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 22 Aug 2016 03:46:06 +0000 (03:46 +0000)
commit654586b8f498550056d4a5949768a70736f07677
tree70ae98280b850c71845b63eb3e6f660774c2be3f
parent2714d02cfd570b9fadb5b66483160f1c56e3c5fe
LU-8056 mem: handle GFP_IOFS removal in newer kernels

Starting with linux kernel 4.5 GFP_IOFS has been removed.
GFP_IOFS was meant to be a short hande to clear two
GFP flags but it was never used properly. Replace it with
GFP_NOFS instead.

Change-Id: I97e045b1363ce216426ae709145b839a838e5762
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: http://review.whamcloud.com/21781
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdt/mdt_handler.c
lustre/obdclass/lu_ref.c
lustre/osp/osp_object.c
lustre/ptlrpc/nodemap_storage.c
lustre/quota/qsd_reint.c
lustre/target/tgt_handler.c