OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2064-g267934d

Gerrit Code Review gerrit@openafs.org
Tue, 3 Jan 2012 07:26:39 -0800 (PST)


The following commit has been merged in the master branch:
commit 267934d0e6910c8d8166a6e78f93c1bab40857b8
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
    
    Change-Id: I9a2af60ed3152be036f0145c94152d8cff2e1242
    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>

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

-- 
OpenAFS Master Repository