OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. BP--openafs-stable-1_6_x-44-gcb498f0
Gerrit Code Review
gerrit@openafs.org
Tue, 7 Sep 2010 20:48:31 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit cb498f02f7bc90dab005c478033413eedca27478
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>
(cherry picked from commit de441ba420b8fc38ce1b36bee06097f21cc6514b)
Reviewed-on: http://gerrit.openafs.org/2714
src/WINNT/afsd/smb.c | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository