All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [GFS2] Fix Kconfig wrt CRC32 [8/9]
@ 2006-11-24  9:34 ` Steven Whitehouse
  0 siblings, 0 replies; 14+ messages in thread
From: Steven Whitehouse @ 2006-11-24  9:34 UTC (permalink / raw)
  To: cluster-devel.redhat.com

From 6f788fd00c82533d4cd5587a9706f8468658a24d Mon Sep 17 00:00:00 2001
From: Steven Whitehouse <swhiteho@redhat.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@gmx.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.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.
 
-- 
1.4.1





^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-11-29  9:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-24  9:34 [Cluster-devel] [GFS2] Fix Kconfig wrt CRC32 [8/9] Steven Whitehouse
2006-11-24  9:34 ` Steven Whitehouse
2006-11-25  5:43 ` [Cluster-devel] " Randy Dunlap
2006-11-25  5:43   ` Randy Dunlap
2006-11-27 13:24   ` [Cluster-devel] " Steven Whitehouse
2006-11-27 13:24     ` Steven Whitehouse
2006-11-27 16:38     ` [Cluster-devel] " Randy Dunlap
2006-11-27 16:38       ` Randy Dunlap
2006-11-28 18:02       ` [Cluster-devel] " Steven Whitehouse
2006-11-28 18:02         ` Steven Whitehouse
2006-11-28 18:33         ` [Cluster-devel] " Randy Dunlap
2006-11-28 18:33           ` Randy Dunlap
2006-11-29  9:57           ` [Cluster-devel] " Steven Whitehouse
2006-11-29  9:57             ` Steven Whitehouse

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.