OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre1-5-gbabc991

Gerrit Code Review gerrit@openafs.org
Tue, 3 Jan 2012 10:38:45 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit babc991c0196a1c04e94fca934d2de63f37c6144
Author: Geoffrey Thomas <geofft@ldpreload.com>
Date:   Sat Dec 31 19:51:29 2011 -0500

    linux: fsync on a directory should return 0, not EINVAL
    
    Directory writes are synchronous, so this is fine. There's a
    mostly-convenient function in fs/libfs.c that returns 0 that we can use
    to do what we want ("mostly" because it was renamed in 2.6.35).
    
    FIXES 130425
    
    Reviewed-on: http://gerrit.openafs.org/6491
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit 267934d0e6910c8d8166a6e78f93c1bab40857b8)
    
    Change-Id: Iaeb8a699673b6144c186b470f6d877fb54f1e319
    Reviewed-on: http://gerrit.openafs.org/6493
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 acinclude.m4                 |    3 +++
 src/afs/LINUX/osi_vnodeops.c |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository