OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-569-gbb4c023
Gerrit Code Review
gerrit@openafs.org
Mon, 20 Dec 2010 08:06:53 -0800 (PST)
The following commit has been merged in the master branch:
commit bb4c0234b2fa5ae91097b6c40cbfda6ed7484eb0
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon Dec 20 09:59:43 2010 -0500
Windows: clear mountPointStringp on status change
If the data version of the cm_scache_t changes, we must clear
the mountPointString. Otherwise, if the object is a mountpoint
or symlink, cm_HandleLink() will not attempt to build the new
target string. The Windows CM never updates the contents of
a mountpoint or symlink. It always destroys the old and creates
a new one. However, the Unix CM simply updates the link data.
Apparently, the Windows clients have never noticed.
Change-Id: If2297ed0a323411df13b7828d11dbb653669d351
Reviewed-on: http://gerrit.openafs.org/3552
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_scache.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository