public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
From: Sven Eckelmann <sven@narfation.org>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Modifing hna_local_fill_buffer() return value
Date: Mon, 20 Dec 2010 10:01:43 +0100	[thread overview]
Message-ID: <201012201001.45712.sven@narfation.org> (raw)
In-Reply-To: <20101218233342.GC30203@ritirata.org>

[-- Attachment #1: Type: Text/Plain, Size: 1289 bytes --]

Antonio Quartulli wrote:
> After changeset 1888, the return value of hna_local_fill_buffer() has
> not been changed to _count_. In this way an eroneous num_hna was
> calculated before sending the new OGM packet.
> 
> Signed-off-by: Antonio Quartulli <ordex@ritirata.org>
> ---
>  translation-table.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/translation-table.c b/translation-table.c
> index a19e16c..a633b5a 100644
> --- a/translation-table.c
> +++ b/translation-table.c
> @@ -162,7 +162,7 @@ int hna_local_fill_buffer(struct bat_priv *bat_priv,
>                 atomic_set(&bat_priv->hna_local_changed, 0);
> 
>         spin_unlock_bh(&bat_priv->hna_lhash_lock);
> -       return i;
> +       return count;
>  }
> 
>  int hna_local_seq_print_text(struct seq_file *seq, void *offset)

Your mail program mangled the patch. Please use git-send-mail or check how to 
fix your mailing program (see for example Documentation/email-clients.txt 
inside the linux tree).

Also correct your DNS entries for DKIM (you seem to sign your mails with it) - 
they aren't available and every DKIM aware receiving server will not accept 
the mails without adsp._domainkey. and mail._domainkey. TXT DNS entries.

Best regards,
	Sven

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2010-12-20  9:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-18 23:33 [B.A.T.M.A.N.] [PATCH] batman-adv: Modifing hna_local_fill_buffer() return value Antonio Quartulli
2010-12-20  9:01 ` Sven Eckelmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-12-21  1:50 Antonio Quartulli
2010-12-21  2:03 Antonio Quartulli
2010-12-21  2:17 ` Marek Lindner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201012201001.45712.sven@narfation.org \
    --to=sven@narfation.org \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox