diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-09-13 23:24:10 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-09-13 23:24:10 +0200 |
commit | e09c2b721b7d4f0d0750c3338dd227d4bc3a95c5 (patch) | |
tree | d72848bb437b3380d835538624afdb97aa844d45 /sys/src/cmd/sshfs.c | |
parent | 1c8b5de992131cc255b18781b5da528220392c6b (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