The following commit has been merged in the openafs-stable-1_8_x branch:
commit 2ff3ef2ec6f217195dc50c04ba4e3409c23e6a4d
Author: Stephan Wiesand <[email protected]>
Date:   Fri Dec 22 14:17:09 2017 +0100

    Linux: use plain page_cache_alloc
    
    Linux 4.15 removes the distinction between "hot" and "cold" cache
    pages, and no longer provides page_cache_alloc_cold(). Simply use
    page_cache_alloc() instead, rather than adding yet another test.
    
    Reviewed-on: https://gerrit.openafs.org/12823
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Marcio Brito Barbosa <[email protected]>
    Tested-by: Marcio Brito Barbosa <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit be5f5b2aff2d59986dd8e7dd7dd531be24c27cb2)
    
    Change-Id: I2d4df508abfa9d3c7020b8a2817ed3e882a4dbbc
    Reviewed-on: https://gerrit.openafs.org/12828
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 src/afs/LINUX/osi_vnodeops.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to