The following commit has been merged in the openafs-stable-1_6_x branch:
commit 080e73e2362233953e6771f58c2ab7b78c2ee76d
Author: Marc Dionne <[email protected]>
Date:   Mon Apr 20 10:41:53 2015 -0300

    Linux 4.1: Don't define or use ->write directly
    
    We no longer have to define a ->write operation, and we can't
    expect the underlying disk cache filesystem to have one.  Use
    the new __vfs_read/write helpers that will select the operation
    to use based on what's available for that particular filesystem.
    
    Reviewed-on: http://gerrit.openafs.org/11849
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Chas Williams <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    (cherry picked from commit 5c1237432edf4600111845d175c92252430d5f76)
    
    Change-Id: I21bca85637e07d0e03ef471896d0454eeef68a14
    Reviewed-on: http://gerrit.openafs.org/11873
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Daria Brashear <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 acinclude.m4                 |    3 +++
 src/afs/LINUX/osi_compat.h   |   20 ++++++++++++++++++++
 src/afs/LINUX/osi_file.c     |    4 ++--
 src/afs/LINUX/osi_vnodeops.c |    2 ++
 4 files changed, 27 insertions(+), 2 deletions(-)

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

Reply via email to