Re: [PATCH 1/6] libdiskfs: add diskfs_make_node_alloc to allocate fat nodes

2014-05-29 Thread Samuel Thibault
Justus Winter, le Thu 29 May 2014 18:40:59 +0200, a écrit : > libdiskfs has two kind of nodes, struct node and struct netnode. > struct node is used to store libdiskfs specific data, while struct > netnode contains user supplied data. Previously, both objects were > allocated separatly, and a poin

[PATCH 1/6] libdiskfs: add diskfs_make_node_alloc to allocate fat nodes

2014-05-29 Thread Justus Winter
libdiskfs has two kind of nodes, struct node and struct netnode. struct node is used to store libdiskfs specific data, while struct netnode contains user supplied data. Previously, both objects were allocated separatly, and a pointer from the node to the netnode provided a mapping from the former