OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4376-g243537f
Gerrit Code Review
gerrit@openafs.org
Fri, 3 Oct 2014 02:57:09 -0400
The following commit has been merged in the master branch:
commit 243537f7071a108950d5442a4f9f7ab0747ca080
Author: pete scott <pscott@kerneldrivers.com>
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 <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSFileInfo.cpp | 44 +++++++++++++++++++++++++++
1 files changed, 44 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository