]> arthur.barton.de Git - bup.git/commit
vfs: use a type prefix for all cache keys
authorRob Browning <rlb@defaultvalue.org>
Sat, 7 Jul 2018 20:32:34 +0000 (15:32 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 12 Jan 2019 17:08:32 +0000 (11:08 -0600)
commitfcd664d3d237d0b2402a134f3a160d0faa5f1058
treed6263de91d743de76b48a7b0e6ac8b1288501852
parent07c0a34b1977740211186d79e8b979bb906ccea1
vfs: use a type prefix for all cache keys

This ensures the keys are more obviously unique, and can be identified
by just examining the fixed-length prefix.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/t/tvfs.py
lib/bup/vfs.py