From: Steven Whitehouse Date: Mon, 20 Nov 2006 15:04:49 +0000 (-0500) Subject: [GFS2] Fix Kconfig wrt CRC32 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fa2ecfc5e11b12f25b67f9c84ac6b0e74a6a0115;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [GFS2] Fix Kconfig wrt CRC32 GFS2 requires the CRC32 library function. This was reported by Toralf Förster. Cc: Toralf Förster Signed-off-by: Steven Whitehouse --- 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.