On Monday, October 29, 2012 23:35:29 Antonio Quartulli wrote:
Freeing all the resources when DAT is disabled need a much more complicated locking system to prevent concurrent enable/disable operations to destroy the internal state of the component. For now it is safe to avoid such freeing operation when DAT is disabled.
Signed-off-by: Antonio Quartulli ordex@autistici.org
v2:
- removed declaration of batadv_dat_switch() in distributed-arp-table.h
distributed-arp-table.c | 10 ---------- distributed-arp-table.h | 1 - sysfs.c | 3 +-- 3 files changed, 1 insertion(+), 13 deletions(-)
Applied in revision 94d9158.
Thanks, Marek