OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3787-ge37ec78
Gerrit Code Review
gerrit@openafs.org
Tue, 28 May 2013 08:40:15 -0700 (PDT)
The following commit has been merged in the master branch:
commit e37ec7817aae9a856be527bd9c8b920c1a2dbc03
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon May 13 06:45:34 2013 -0400
vol: return VNOVNODE if vnode is not allocated
If a request for a vnode fails because the vnode is not allocated
within the volume, the error returned to the client should be VNOVNODE to
indicate that the requested FID does not exist and not VIO indicating a
transient disk i/o error or other transient internal inconsistency.
Change-Id: I2f875593d4a49b7ca8ed26a2f147a1c3c9109a6d
Reviewed-on: http://gerrit.openafs.org/9902
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/vol/vnode.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository