OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-680-g5fdc267

Gerrit Code Review gerrit@openafs.org
Sat, 22 Jan 2011 12:45:05 -0800 (PST)


The following commit has been merged in the master branch:
commit 5fdc2679dc973fa45bf4b3bc7f21a527492868db
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Jan 20 02:15:18 2011 -0500

    vol: fix CreateFile params nt_unlink and nt_open
    
    nt_unlink: when opening a file handle to assign delete on close
    status the caller must request DELETE permission.
    
    nt_open: make sure that DELETE permission along with FILE_SHARE_DELETE
    is requested if we wish to permit another CreateFile call in the future
    to assign delete on close.
    
    Change-Id: Ib971ecc098dbc5eb64dcbfed93c334397c9d8ac9
    Reviewed-on: http://gerrit.openafs.org/3711
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/vol/ntops.c |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

-- 
OpenAFS Master Repository