summaryrefslogtreecommitdiff
path: root/sys/src/cmd/sshfs.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-09-13 23:24:10 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2017-09-13 23:24:10 +0200
commite09c2b721b7d4f0d0750c3338dd227d4bc3a95c5 (patch)
treed72848bb437b3380d835538624afdb97aa844d45 /sys/src/cmd/sshfs.c
parent1c8b5de992131cc255b18781b5da528220392c6b (diff)
upas/fs: replace fixed cache table with lru linked list
the cachetab just keeps track of recent messages that have not been called cachefree() on. under some conditions, the fixed table could overflow (all messages having refs > 0). with a linked list, overflow becomes non fatal and the algorithm is simpler to implement.
Diffstat (limited to 'sys/src/cmd/sshfs.c')
0 files changed, 0 insertions, 0 deletions