OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-76-gde441ba
Gerrit Code Review
gerrit@openafs.org
Mon, 6 Sep 2010 19:41:34 -0700 (PDT)
The following commit has been merged in the master branch:
commit de441ba420b8fc38ce1b36bee06097f21cc6514b
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri Sep 3 00:02:17 2010 -0400
Windows: revise NTSTATUS response for ALLBUSY, ALLOFFLINE, and ALLDOWN
Replace STATUS_IO_TIMEOUT with RPC_NT_SERVER_TOO_BUSY for CM_ERROR_ALLBUSY.
Replace STATUS_PATH_NOT_FOUND with RPC_NT_SERVER_UNAVAILABLE for
CM_ERROR_ALLOFFLINE and CM_ERROR_ALLBUSY.
These errors provide a more meaningful message to end users when
a failure occurs.
LICENSE MIT
Change-Id: I34483f8f696285477fa0f8a8dac3b0ff33dee6b4
Reviewed-on: http://gerrit.openafs.org/2663
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/smb.c | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository