The following commit has been merged in the master branch:
commit 243537f7071a108950d5442a4f9f7ab0747ca080
Author: pete scott <[email protected]>
Date:   Thu Sep 25 09:01:27 2014 -0600

    Windows: Check for RO and Open Target in rename
    
    During a file rename operation, check to see if the target file
    has the DOS readonly attribute set or has a non-zero reference
    count.  If yes, the request must be failed.  The error status
    depends upon the state of the pending delete flag.  Either
    STATUS_PENDING_DELETE or STATUS_ACCESS_DENIED.
    
    Change-Id: I90fa1ea54176f96ca3052ee2b774b1179642e2ef
    Reviewed-on: http://gerrit.openafs.org/11506
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsrdr/kernel/lib/AFSFileInfo.cpp |   44 +++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to