]> Git Repo - linux.git/commitdiff
[GFS2] Fix Kconfig wrt CRC32
authorSteven Whitehouse <[email protected]>
Mon, 20 Nov 2006 15:04:49 +0000 (10:04 -0500)
committerSteven Whitehouse <[email protected]>
Thu, 30 Nov 2006 15:36:24 +0000 (10:36 -0500)
GFS2 requires the CRC32 library function. This was reported by
Toralf Förster.

Cc: Toralf Förster <[email protected]>
Signed-off-by: Steven Whitehouse <[email protected]>
fs/gfs2/Kconfig

index 8c27de8b95682134fcda8c33f7f1e687a4e8e28f..c0791cbacad91e614652be6e10a868099107098e 100644 (file)
@@ -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.
 
This page took 0.054176 seconds and 4 git commands to generate.