OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3716-g2632c3f
Gerrit Code Review
gerrit@openafs.org
Wed, 17 Apr 2013 09:45:40 -0700 (PDT)
The following commit has been merged in the master branch:
commit 2632c3f459dc47946b2e973c045056c3dca719f2
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri Apr 12 01:14:39 2013 -0400
Windows: RDR_DeleteFileEntry test for empty directory
RDR_DeleteFileEntry should check to see that a directory entry
that is a directory is in fact empty. The most frequent use of
RDR_DeleteFileEntry is to check whether the object can be deleted
prior to setting the DeletePending state which in turn results in
the object being deleted during Cleanup. If the directory is not
empty during Cleanup it is too late for the error to be seen by
the application.
Change-Id: I3207bab0527406e3003e97bccf4195abeed31423
Reviewed-on: http://gerrit.openafs.org/9779
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/user/RDRFunction.c | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository