OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_23-25-gab51c5d
Gerrit Code Review
gerrit@openafs.org
Tue, 9 Apr 2013 20:18:21 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit ab51c5db5d03110c68d0e5612cda50131523e7ff
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon Apr 8 23:37:39 2013 -0400
Windows: \\afs\all is not a server for NP enumeration
\\afs\all is a special share name that refers to the global root
which in the AFS redirector is actually \\AFS. However, from the
perspective of the network provider interface \\afs\all is just a
share which refers to a directory. Do not treat attempts to evaluate
it as if they were the same as evaluating \\AFS. One is a global
enumeration (\\AFS) and the other is just a hidden share name.
Change-Id: Idc415ac304c4805c1682c6554fe2304778b5f318
Reviewed-on: http://gerrit.openafs.org/9750
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
Reviewed-by: Peter Scott <pscott@kerneldrivers.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-on: http://gerrit.openafs.org/9761
.../kernel/lib/AFSNetworkProviderSupport.cpp | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository