OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_5-21-gb4f321f

Gerrit Code Review gerrit@openafs.org
Wed, 28 Aug 2013 08:02:10 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit b4f321f207f710bd62be53f653f45439e94992e0
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Mar 23 13:02:22 2012 -0500

    namei: Abstract out OGM functions a bit more
    
    Add GetWinOGM and SetWinOGM for getting and setting the
    Windows-equivalent of the Unix OGM data. Make those and CheckOGM use
    GetFileTime/SetFileTime so we can operate just via an FD_t, without
    needing the full pathname. Modify the NT namei_icreate to use
    SetWinOGM.
    
    Reviewed-on: http://gerrit.openafs.org/6945
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit 0594fc80b48152b4b03edda7e19133b59fc0670e)
    
    Change-Id: I65491a9a82911d9c99d6238a4ea66ed400db7aa0
    Reviewed-on: http://gerrit.openafs.org/9281
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/vol/namei_ops.c |   75 ++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 54 insertions(+), 21 deletions(-)

-- 
OpenAFS Master Repository