* [B.A.T.M.A.N.] [PATCH] batman-adv: return added entries instead of number of possibly added entries
@ 2012-04-23 8:32 Marek Lindner
2012-04-23 8:38 ` Antonio Quartulli
0 siblings, 1 reply; 3+ messages in thread
From: Marek Lindner @ 2012-04-23 8:32 UTC (permalink / raw)
To: b.a.t.m.a.n; +Cc: Marek Lindner
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
translation-table.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/translation-table.c b/translation-table.c
index f8f207a..88c62f1 100644
--- a/translation-table.c
+++ b/translation-table.c
@@ -319,7 +319,7 @@ int tt_changes_fill_buffer(struct bat_priv *bat_priv,
}
spin_unlock_bh(&bat_priv->tt_buff_lock);
- return tot_changes;
+ return count;
}
int tt_local_seq_print_text(struct seq_file *seq, void *offset)
--
1.7.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: return added entries instead of number of possibly added entries
2012-04-23 8:32 [B.A.T.M.A.N.] [PATCH] batman-adv: return added entries instead of number of possibly added entries Marek Lindner
@ 2012-04-23 8:38 ` Antonio Quartulli
2012-04-25 12:05 ` Marek Lindner
0 siblings, 1 reply; 3+ messages in thread
From: Antonio Quartulli @ 2012-04-23 8:38 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking; +Cc: Marek Lindner
[-- Attachment #1: Type: text/plain, Size: 264 bytes --]
On Mon, Apr 23, 2012 at 04:32:55 +0800, Marek Lindner wrote:
> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Acked-by: Antonio Quartulli <ordex@autistici.org>
--
Antonio Quartulli
..each of us alone is worth nothing..
Ernesto "Che" Guevara
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: return added entries instead of number of possibly added entries
2012-04-23 8:38 ` Antonio Quartulli
@ 2012-04-25 12:05 ` Marek Lindner
0 siblings, 0 replies; 3+ messages in thread
From: Marek Lindner @ 2012-04-25 12:05 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Monday, April 23, 2012 16:38:48 Antonio Quartulli wrote:
> On Mon, Apr 23, 2012 at 04:32:55 +0800, Marek Lindner wrote:
> > Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
>
> Acked-by: Antonio Quartulli <ordex@autistici.org>
Applied in revision e252cf1.
Regards,
Marek
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-25 12:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23 8:32 [B.A.T.M.A.N.] [PATCH] batman-adv: return added entries instead of number of possibly added entries Marek Lindner
2012-04-23 8:38 ` Antonio Quartulli
2012-04-25 12:05 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox