git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
04aecc9
)
Uploaded patchset 9. Sorry for the mess.
author
Christof Hanke
<christof.hanke@rzg.mpg.de>
Tue, 1 Sep 2009 12:33:53 +0000 (14:33 +0200)
committer
Derrick Brashear
<shadow|account-1000005@unknown>
Tue, 1 Sep 2009 13:04:27 +0000 (06:04 -0700)
Reviewed-on: http://gerrit.openafs.org/125
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_fetchstore.c
patch
|
blob
|
history
diff --git
a/src/afs/afs_fetchstore.c
b/src/afs/afs_fetchstore.c
index
a4a372a
..
6ab6255
100644
(file)
--- a/
src/afs/afs_fetchstore.c
+++ b/
src/afs/afs_fetchstore.c
@@
-612,14
+612,12
@@
afs_CacheStoreVCache(struct dcache **dcList, struct vcache *avc,
#endif
code = rxfs_storeInit(avc, tc, length, bytes, base,
sync, &ops, &rock);
- if ( code ) {
- osi_Panic(
- "afs_CacheStoreProc: rxfs_storeInit failed with %d", code);
- }
+ if ( code )
+ goto nocall;
code = afs_CacheStoreDCaches(avc, dclist, bytes, anewDV,
&doProcessFS, &OutStatus, nchunks, nomore, ops, rock);
-
+nocall:
#ifdef AFS_64BIT_CLIENT
if (code == RXGEN_OPCODE && !afs_serverHasNo64Bit(tc)) {
afs_serverSetNo64Bit(tc);