Commit fa2ecfc5 authored by Steven Whitehouse's avatar Steven Whitehouse

[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: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 5e7d65cd
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment