OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3032-g555412a
Gerrit Code Review
gerrit@openafs.org
Fri, 19 Oct 2012 07:20:31 -0700 (PDT)
The following commit has been merged in the master branch:
commit 555412a03f18aff0d30401082ad2946a68bd7694
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Thu Oct 18 09:56:12 2012 -0400
Windows: clear pending delete upon deletion
During cleanup processing if the DELETE_PENDING flag is set
the service will be told to delete the file when the handle
count reaches 1. At that point the file will be deleted
and the DELETED flag will be set on the object info object.
The DELETE_PENDING flag was not being cleared which could
lead to confusion. This patchset clears the flag after deletion.
Change-Id: Ib30bb3a5c3a06b8971ac4523e6eacefaaed068ce
Reviewed-on: http://gerrit.openafs.org/8253
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSCleanup.cpp | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository