OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4479-g752d77b

Gerrit Code Review gerrit@openafs.org
Mon, 1 Dec 2014 11:53:43 -0500


The following commit has been merged in the master branch:
commit 5b62fac45d9eab00626f8aba9d9994d9138980c0
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Aug 29 15:16:00 2013 -0500

    namei: Remove redundant linktable SetLinkCount
    
    If we're setting the linktable linkcount to 0, we're about to delete
    the whole linktable. So, don't bother setting the link count. Still
    make sure we unlock the linktable, as we still have it locked at this
    point, from the previous GetLinkCount call.
    
    Change-Id: Ia00c1e14de6b8fcd69d594f0dbdbafa32b066dc5
    Reviewed-on: http://gerrit.openafs.org/10195
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: D Brashear <shadow@your-file-system.com>

 src/vol/namei_ops.c |   31 ++++++++++++++++++++++++-------
 1 files changed, 24 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository