OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1340-g78e3941

Gerrit Code Review gerrit@openafs.org
Fri, 1 Jul 2011 20:19:01 -0700 (PDT)


The following commit has been merged in the master branch:
commit 78e39417af6d2b87f0cbda0b5d3bb3e4859dc0ba
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.
    
    Change-Id: I5f48a78528a75b984201f9ee0563b142ef59baf9
    Reviewed-on: http://gerrit.openafs.org/4903
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository