OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3116-g64ee7b3
Gerrit Code Review
gerrit@openafs.org
Tue, 13 Nov 2012 10:39:10 -0800 (PST)
The following commit has been merged in the master branch:
commit 64ee7b32f134e6431eb2894ed4397f8b1fea25ad
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Nov 1 15:32:31 2012 -0500
afs_AllocDCache: return NULL instead of panic
Currently afs_AllocDCache will panic if we cannot get a valid dcache
from the free/discard lists. Instead, return NULL, so the caller can
decide how to handle the error.
Currently the caller will just panic anyway, but that will be
addressed in a future commit.
Change-Id: Iafb539bbda9ef20907ef575699185f111ca39c2b
Reviewed-on: http://gerrit.openafs.org/8377
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/afs/afs_dcache.c | 90 ++++++++++++++++++++++++++++++++++---------------
1 files changed, 62 insertions(+), 28 deletions(-)
--
OpenAFS Master Repository