[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20061124214338.0e4d0510.randy.dunlap@oracle.com>
Date: Fri, 24 Nov 2006 21:43:38 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Steven Whitehouse <swhiteho@...hat.com>
Cc: linux-kernel@...r.kernel.org, cluster-devel@...hat.com,
Toralf Förster <toralf.foerster@....de>
Subject: Re: [GFS2] Fix Kconfig wrt CRC32 [8/9]
On Fri, 24 Nov 2006 09:34:49 +0000 Steven Whitehouse wrote:
> >From 6f788fd00c82533d4cd5587a9706f8468658a24d Mon Sep 17 00:00:00 2001
> From: Steven Whitehouse <swhiteho@...hat.com>
> Date: Mon, 20 Nov 2006 10:04:49 -0500
> Subject: [PATCH] [GFS2] Fix Kconfig wrt CRC32
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
>
> GFS2 requires the CRC32 library function. This was reported by
> Toralf Förster.
>
> Cc: Toralf Förster <toralf.foerster@....de>
> Signed-off-by: Steven Whitehouse <swhiteho@...hat.com>
> ---
> fs/gfs2/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig
> index 8c27de8..c0791cb 100644
> --- a/fs/gfs2/Kconfig
> +++ b/fs/gfs2/Kconfig
> @@ -2,6 +2,7 @@ config GFS2_FS
> tristate "GFS2 file system support"
> depends on EXPERIMENTAL
> select FS_POSIX_ACL
> + select CRC32
> help
> A cluster filesystem.
Hi,
Do you also have Kconfig patches for DLM needing SYSFS
and DLM needing CONFIG_NET ?
---
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists