Re: [PATCH 3/6] trans/fakeroot: use fat nodes to simplify the node cache

2014-05-29 Thread Samuel Thibault
Justus Winter, le Thu 29 May 2014 18:41:01 +0200, a écrit : > Previously, fakeroot stored netnodes in the hash table. But we are > not interested in a cache for netnodes, we need a node cache. So > fakeroot kept pointers to the associated node object in each netnode > object. > > Use fat netfs n

[PATCH 3/6] trans/fakeroot: use fat nodes to simplify the node cache

2014-05-29 Thread Justus Winter
Previously, fakeroot stored netnodes in the hash table. But we are not interested in a cache for netnodes, we need a node cache. So fakeroot kept pointers to the associated node object in each netnode object. Use fat netfs nodes, which combine node and netnode objects. * trans/fakeroot.c (struc