diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-20 10:04:49 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:36:24 -0500 |
commit | fa2ecfc5e11b12f25b67f9c84ac6b0e74a6a0115 (patch) | |
tree | cc90d51c7b310d63c5cb11b21d7e12cb58fff402 /fs/gfs2 | |
parent | 5e7d65cd9d3819512b059f4260de0119b985454c (diff) | |
download | linux-3.10-fa2ecfc5e11b12f25b67f9c84ac6b0e74a6a0115.tar.gz linux-3.10-fa2ecfc5e11b12f25b67f9c84ac6b0e74a6a0115.tar.bz2 linux-3.10-fa2ecfc5e11b12f25b67f9c84ac6b0e74a6a0115.zip |
[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')
-rw-r--r-- | fs/gfs2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig index 8c27de8b956..c0791cbacad 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. |