OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3842-g902b880

Gerrit Code Review gerrit@openafs.org
Fri, 12 Jul 2013 08:00:40 -0700 (PDT)


The following commit has been merged in the master branch:
commit 902b8809f03533ffa7731919930bb5178f77df6c
Author: Marc Dionne <marc.dionne@your-file-system.com>
Date:   Mon Jul 8 10:53:00 2013 -0400

    Linux 3.11: Convert from readdir to iterate file operation
    
    Convert the readdir function so that it can be used as the new
    "iterate" file operation.  This new operation is passed a context
    that contains a pointer to the filldir function and the offset.
    The context is passed into the new dir_emit function that will
    call the function specified by the context.
    
    The new dir_emit function returns true on success, so we must be
    careful about how we check for failure since this is different
    behaviour from what filldir currently does.
    
    Change-Id: I6b01b4c78a501bdf4f8d583b0d3b94d677c5d541
    Reviewed-on: http://gerrit.openafs.org/10051
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 acinclude.m4                 |    1 +
 src/afs/LINUX/osi_vnodeops.c |   22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository