commit | fa2ecfc5e11b12f25b67f9c84ac6b0e74a6a0115 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Nov 20 10:04:49 2006 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Nov 30 10:36:24 2006 -0500 |
tree | cc90d51c7b310d63c5cb11b21d7e12cb58fff402 | |
parent | 5e7d65cd9d3819512b059f4260de0119b985454c [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>
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 @@ tristate "GFS2 file system support" depends on EXPERIMENTAL select FS_POSIX_ACL + select CRC32 help A cluster filesystem.