All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Aristeu Rozanski <aris@redhat.com>
Cc: linux-kernel@vger.kernel.org,
	Aristeu Rozanski <arozansk@redhat.com>, Jan Kara <jack@suse.cz>,
	Andrew Morton <akpm@linux-foundation.org>,
	Andreas Dilger <adilger.kernel@dilger.ca>,
	Paul Gortmaker <paul.gortmaker@windriver.com>,
	Josh Triplett <josh@joshtriplett.org>
Subject: Re: [PATCH] lib/halfmd4: make build optional
Date: Thu, 06 Nov 2014 13:32:03 -0800	[thread overview]
Message-ID: <1415309523.21965.2.camel@perches.com> (raw)
In-Reply-To: <1415309253-13019-1-git-send-email-aris@redhat.com>

On Thu, 2014-11-06 at 16:27 -0500, Aristeu Rozanski wrote:
> From: Aristeu Rozanski <arozansk@redhat.com>
> 
> halfmd4 currently is built unconditionally:
> 	text    data     bss     dec     hex filename
> 	 801     176       8     985     3d9 lib/halfmd4.o
> 	 801     176       8     985     3d9 (TOTALS)
> 
> and it's used by ext3 and ext4. This patch is useful for situations
> in which memory footprint is a concern and those filesystems aren't
> used.
[]
> diff --git a/lib/Kconfig b/lib/Kconfig
[]
> +config HALF_MD4
> +	bool "Half MD4 transform"
> +	default y

why not default n ? (and in the other patch)


  reply	other threads:[~2014-11-06 21:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-06 21:27 [PATCH] lib/halfmd4: make build optional Aristeu Rozanski
2014-11-06 21:32 ` Joe Perches [this message]
2014-11-06 21:48   ` Aristeu Rozanski
2014-11-06 21:55 ` Kyle McMartin
2014-11-06 21:59 ` josh

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=1415309523.21965.2.camel@perches.com \
    --to=joe@perches.com \
    --cc=adilger.kernel@dilger.ca \
    --cc=akpm@linux-foundation.org \
    --cc=aris@redhat.com \
    --cc=arozansk@redhat.com \
    --cc=jack@suse.cz \
    --cc=josh@joshtriplett.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paul.gortmaker@windriver.com \
    /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.