Re: [PATCH] lib/halfmd4: make build optional

From: Joe Perches
Date: Thu Nov 06 2014 - 16:32:19 EST


On Thu, 2014-11-06 at 16:27 -0500, Aristeu Rozanski wrote:
> From: Aristeu Rozanski <arozansk@xxxxxxxxxx>
>
> 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)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/