diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-12-05 19:22:03 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-12-09 15:07:59 +0100 |
commit | cf1cc29af12447c347a5574b4dc1568c7db61c0b (patch) | |
tree | 730bd008e06b589c35d28fe75f7323211a0b1c07 /trans/mtab.c | |
parent | 64b5a0f4dde23ee9b809b909bccd4ee8637364e9 (diff) |
trans: fix the use of the hash table in fakeroot.c
Previously a pointer to the node was stored in the hash table. This
writes the locp pointer into the node object overwriting the next
pointer there. Store the pointer to the netnode instead.
* trans/fakeroot.c (struct netnode): Add field np.
(new_node): Initialize field np.
(new_node): Store nn instead of np into the hash table.
(netfs_S_dir_lookup): Adjust accordingly.
Diffstat (limited to 'trans/mtab.c')
0 files changed, 0 insertions, 0 deletions