From 7e32fbea90821d5321352cb86b18533fb34f0409 Mon Sep 17 00:00:00 2001 From: Hartmut Reuter Date: Fri, 14 May 2010 13:25:44 +0200 Subject: [PATCH] Don't use afs_linux_storeProc with memory cache, it only works with disk cache. Change-Id: I54585c61c66af7160d0ddbcbc1251fa42fbf44d8 Reviewed-on: http://gerrit.openafs.org/1958 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/afs/afs_fetchstore.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/afs/afs_fetchstore.c b/src/afs/afs_fetchstore.c index fb1c75da8..f32029d55 100644 --- a/src/afs/afs_fetchstore.c +++ b/src/afs/afs_fetchstore.c @@ -358,12 +358,8 @@ struct storeOps rxfs_storeMemOps = { .padd = rxfs_storePadd, .close = rxfs_storeClose, .destroy = rxfs_storeDestroy, -#ifdef AFS_LINUX26_ENV - .storeproc = afs_linux_storeproc -#else .storeproc = afs_GenericStoreProc #endif -#endif }; afs_int32 -- 2.39.5