mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
memcache-no-volitems-20050113
Don't try to open VolumeItems when using memcache
This commit is contained in:
parent
b11e76ce63
commit
1307b89188
@ -1932,7 +1932,9 @@ mainproc(as, arock)
|
||||
if (afsd_debug)
|
||||
printf("%s: Calling AFSOP_VOLUMEINFO: volume info file is '%s'\n", rn,
|
||||
fullpn_VolInfoFile);
|
||||
call_syscall(AFSOP_VOLUMEINFO, fullpn_VolInfoFile);
|
||||
/* once again, meaningless for a memory-based cache. */
|
||||
if (!(cacheFlags & AFSCALL_INIT_MEMCACHE))
|
||||
call_syscall(AFSOP_VOLUMEINFO, fullpn_VolInfoFile);
|
||||
|
||||
/*
|
||||
* Pass the kernel the name of the afs logging file holding the volume
|
||||
|
Loading…
Reference in New Issue
Block a user