OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre6-49-gbaaf9be

Gerrit Code Review gerrit@openafs.org
Fri, 8 Jul 2011 22:09:14 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit baaf9beb35fc5edaaf524a172a755e70d50ef140
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Jul 1 16:58:06 2011 -0500

    vol: Don't always FDH_REALLYCLOSE on linktable ops
    
    If we dec a linktable entry or get a free tag from the link table,
    there is no reason to FDH_REALLYCLOSE the linktable fd handle.
    FDH_REALLYCLOSE is the same as FDH_CLOSE, except that it tells the
    ihandle package that the file handle will not be used again soon. If
    we dec a linktable entry or get a free tag, there is no reason to
    think that, so just FDH_CLOSE the handle instead.
    
    Reviewed-on: http://gerrit.openafs.org/4903
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 78e39417af6d2b87f0cbda0b5d3bb3e4859dc0ba)
    
    Change-Id: I28f5abee59265403362f3f1472a9fa21a52597c0
    Reviewed-on: http://gerrit.openafs.org/4949
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/vol/namei_ops.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository