On Sunday 28 February 2016 18:42:24 Philipp Psurek wrote:
this is interesting:
batctl o | wc -l 9320
Yes, there was a line missing in my last patch
--- a/net/batman-adv/originator.c +++ b/net/batman-adv/originator.c @@ -1298,6 +1298,7 @@ void *batadv_orig_seq_next(struct seq_file *seq, void *v, loff_t *pos) struct batadv_hashtable *hash = bat_priv->orig_hash; struct hlist_head *head;
+ ++*pos; if (v == SEQ_START_TOKEN) { iter->bucket = 0; iter->entry = NULL;
The complete version is attached. But I doubt it makes much sense when you don't have the problem anymore.
Kind regards, Sven