]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Linux 4.15: check for 2nd argument to pagevec_init
authorStephan Wiesand <stephan.wiesand@desy.de>
Fri, 22 Dec 2017 13:40:32 +0000 (14:40 +0100)
committerBenjamin Kaduk <kaduk@mit.edu>
Tue, 26 Dec 2017 07:07:05 +0000 (02:07 -0500)
commit7a80b4ba67b0d295df72e87da4aa638bd5e245de
tree985385de773ab96a8bd89e9b78c918f2a73f265f
parent2ff3ef2ec6f217195dc50c04ba4e3409c23e6a4d
Linux 4.15: check for 2nd argument to pagevec_init

Linux 4.15 removes the distinction between "hot" and "cold" cache
pages, and pagevec_init() no longer takes a "cold" flag as the
second argument. Add a configure test and use it in osi_vnodeops.c .

Reviewed-on: https://gerrit.openafs.org/12824
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Tested-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit fb1f14d8ee963678a9caad0538256c99c159c2c4)

Change-Id: Ib9e0751e4900d984a4197d18ee9ebb1bdc7bf331
Reviewed-on: https://gerrit.openafs.org/12829
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
acinclude.m4
src/afs/LINUX/osi_vnodeops.c
src/cf/linux-test4.m4