Whamcloud - gitweb
LU-9558 llite: handle struct vm_operations changes 51/27651/3
authorJames Simmons <uja.ornl@yahoo.com>
Mon, 19 Jun 2017 16:36:04 +0000 (12:36 -0400)
committerJames Simmons <uja.ornl@yahoo.com>
Mon, 19 Jun 2017 16:36:04 +0000 (12:36 -0400)
commit4fd7715fbe33db933555a0ab122df9f178e0e3e4
tree4e9e7c87e7b69c4f272c539f55184aee0b3cd8dc
parent62bc3afea210eed59dd25fa4cf0fd5ecd083a7ae
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

Change-Id: Ie44dd50de487044e3e2205978b7a36b15f7b0983
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
lustre/autoconf/lustre-core.m4
lustre/llite/llite_mmap.c
lustre/llite/vvp_io.c