summaryrefslogtreecommitdiff
path: root/fs/gfs2/Kconfig
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-11-20 10:04:49 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2006-11-30 10:36:24 -0500
commitfa2ecfc5e11b12f25b67f9c84ac6b0e74a6a0115 (patch)
treecc90d51c7b310d63c5cb11b21d7e12cb58fff402 /fs/gfs2/Kconfig
parent5e7d65cd9d3819512b059f4260de0119b985454c (diff)
[GFS2] Fix Kconfig wrt CRC32
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>
Diffstat (limited to 'fs/gfs2/Kconfig')
-rw-r--r--fs/gfs2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig
index 8c27de8b9568..c0791cbacad9 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.