OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_17-38-g37d7920
Gerrit Code Review
gerrit@openafs.org
Sat, 20 Oct 2012 04:02:16 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit b9d9fa557cbfb567a816ef716994f981009a6095
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.
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>
(cherry picked from commit 555412a03f18aff0d30401082ad2946a68bd7694)
Change-Id: Ia05d02b749420647dd401c4e13fed23b25c46f2f
Reviewed-on: http://gerrit.openafs.org/8272
Tested-by: BuildBot <buildbot@rampaginggeek.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