Whamcloud - gitweb
LU-9558 llite: handle struct vm_operations changes 51/27651/8
authorJames Simmons <uja.ornl@yahoo.com>
Thu, 27 Jul 2017 18:09:17 +0000 (14:09 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 1 Aug 2017 05:34:14 +0000 (05:34 +0000)
commita1fc8dffef216b71cb4a29a5a8faa2aa7919d2ae
treedaf1e0e7317489b43b17f738653cecfbbe13e3e7
parent43b0e6328b113d9ee64e0b8a0cc35bff28eb3383
LU-9558 llite: handle struct vm_operations changes

For the linux 4.11 kernel passing in struct vm_area_struct
to struct vm_operations members has been removed since
struct vm_area_struct has been merged into struct vm_fault.
Handle these changes in the llite layer.

Linux-commit: 11bac80004499ea59f361ef2a5516c84b6eab675

Test-Parameters: trivial

Change-Id: Ie44dd50de487044e3e2205978b7a36b15f7b0983
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/27651
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/autoconf/lustre-core.m4
lustre/include/lustre_compat.h
lustre/llite/llite_mmap.c
lustre/llite/vvp_io.c