Use string pool for file set symlinks
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 7 Sep 2012 09:55:28 +0000 (12:55 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 7 Sep 2012 10:34:50 +0000 (13:34 +0300)
commit90e3792232d204aaf6e38f2a30d372a993448560
tree1e6fea19ef549cd212bfc3ac3f5fd30b4113dd47
parent8909eed1a83712b54e39dd559ef0661aaf29fb48
Use string pool for file set symlinks

- Removes the last use of our former simple, stupid and slow caches
- For now, use a per-fi pool for this just like the previous caching
  did. Memory use is slightly increased but its faster than before,
  to reap the full benefits (memory and otherwise) we'll want a
  per-transaction pool for these, to be added later.
lib/rpmfi.c
lib/rpmfi_internal.h