]> git.michaelhowe.org Git - packages/o/openafs.git/commit
afs: Handle afs_AllocDCache errors
authorAndrew Deason <adeason@sinenomine.net>
Thu, 1 Nov 2012 20:43:09 +0000 (15:43 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 30 Oct 2013 18:37:41 +0000 (11:37 -0700)
commiteb9585879b3055c2c62d8cc880a6d24501d40aa6
tree29a7ef388eeab09da59360bb3e67bc5d905213fe
parent03dd9be6bb8c85a77603194b06f890a16b0c5fc0
afs: Handle afs_AllocDCache errors

Do not panic if afs_AllocDCache encounters an error and returns NULL.
Instead, go into the normal retry loop that occurs if we couldn't free
up any more free/discard dcache entries.

Reviewed-on: http://gerrit.openafs.org/8405
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
(cherry picked from commit e02185547e316667989a100f77e68b918481b597)

Change-Id: I507a6329b7b4fadaa39d0dc907c15fb5647fc135
Reviewed-on: http://gerrit.openafs.org/10356
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/afs/afs_dcache.c