All of lore.kernel.org
 help / color / mirror / Atom feed
From: Evgeniy Polyakov <zbr@ioremap.net>
To: Jesper Juhl <jj@chaosbits.net>
Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman <gregkh@suse.de>,
	Ruslan Pisarev <ruslan@rpisarev.org.ua>
Subject: Re: [PATCH] pohmelfs: remove unneeded conditionals before calls to crypto_destroy_tfm wrappers.
Date: Fri, 5 Nov 2010 15:08:32 +0300	[thread overview]
Message-ID: <20101105120832.GA6503@ioremap.net> (raw)
In-Reply-To: <alpine.LNX.2.00.1011042212460.15856@swampdragon.chaosbits.net>

Hi Jesper.

On Thu, Nov 04, 2010 at 10:27:42PM +0100, Jesper Juhl (jj@chaosbits.net) wrote:
> crypto_free_hash() and crypto_free_ablkcipher() are just wrappers around 
> crypto_free_tfm() which is itself just a wrapper around 
> crypto_destroy_tfm().
> Passing crypto_destroy_tfm() a NULL pointer is valid, so there's no reason 
> to check for NULL first.
> 
> Signed-off-by: Jesper Juhl <jj@chaosbits.net>

Patch looks good, thank you.
Greg please apply it to your tree, ack.

-- 
	Evgeniy Polyakov

      reply	other threads:[~2010-11-05 12:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-04 21:27 [PATCH] pohmelfs: remove unneeded conditionals before calls to crypto_destroy_tfm wrappers Jesper Juhl
2010-11-05 12:08 ` Evgeniy Polyakov [this message]

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=20101105120832.GA6503@ioremap.net \
    --to=zbr@ioremap.net \
    --cc=gregkh@suse.de \
    --cc=jj@chaosbits.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ruslan@rpisarev.org.ua \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.