afs_open: Deal with afs_GetDCache returning NULL
authorAndrew Deason <adeason@sinenomine.net>
Tue, 6 Nov 2012 05:47:06 +0000 (23:47 -0600)
committerDerrick Brashear <shadow@your-file-system.com>
Tue, 4 Dec 2012 11:21:14 +0000 (03:21 -0800)
commit595a614d76d84be602c07d519738556b7f9ebf2a
tree44ced57b6760f58ccaefaff6e10104476328e953
parent274daabae35a5f2501469257be9592d0c2e49a02
afs_open: Deal with afs_GetDCache returning NULL

afs_open was assuming afs_GetDCache always returned non-NULL. Make it
deal with a NULL return.

Change-Id: Ib0593de27d65294726a4a40b3faa4687bb6fc5fe
Reviewed-on: http://gerrit.openafs.org/8408
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/afs/VNOPS/afs_vnop_open.c