Re: [PATCH 7/8] libdiskfs: register passive translator startups

2014-01-12 Thread Samuel Thibault
Justus Winter, le Sun 12 Jan 2014 20:08:44 +0100, a écrit : > Detect passive translator startup and add the resulting active > translator to the list of active translators. > > Note that newpi is properly deallocated in the function epilogue. Ack. > * libdiskfs/dir-lookup.c (diskfs_S_dir_lookup)

[PATCH 7/8] libdiskfs: register passive translator startups

2014-01-12 Thread Justus Winter
Detect passive translator startup and add the resulting active translator to the list of active translators. Note that newpi is properly deallocated in the function epilogue. * libdiskfs/dir-lookup.c (diskfs_S_dir_lookup): Detect and register passive translator startup. --- libdiskfs/dir-looku