When a reparse policy is specified and AFSLocateNameEntry() returns
with STATUS_REPARSE, do not re-evaluate the path with the reparse
policy disabled. STATUS_REPARSE was returned because the FileObject's
FileName was modified and the IO Manager needs to reparse the request.
Change-Id: I290837357793d3961833923ea1d5300d08bf7dfc
Reviewed-on: http://gerrit.openafs.org/11397
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
&uniComponentName);
if ( ntStatus == STATUS_SUCCESS ||
- ntStatus == STATUS_REPARSE ||
ntStatus == STATUS_OBJECT_NAME_NOT_FOUND ||
ntStatus == STATUS_ACCESS_DENIED)
{