Re: [PATCH 08/11] libdiskfs: add diskfs_make_node_alloc to allocate fat nodes

2014-05-22 Thread Samuel Thibault
Samuel Thibault, le Fri 23 May 2014 00:28:41 +0200, a écrit : > Justus Winter, le Thu 22 May 2014 22:13:30 +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

Re: [PATCH 08/11] libdiskfs: add diskfs_make_node_alloc to allocate fat nodes

2014-05-22 Thread Samuel Thibault
Justus Winter, le Thu 22 May 2014 22:13:30 +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 08/11] libdiskfs: add diskfs_make_node_alloc to allocate fat nodes

2014-05-22 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