瀏覽代碼

[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>
Steven Whitehouse 18 年之前
父節點
當前提交
fa2ecfc5e1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/gfs2/Kconfig

+ 1 - 0
fs/gfs2/Kconfig

@@ -2,6 +2,7 @@ config GFS2_FS
 	tristate "GFS2 file system support"
 	tristate "GFS2 file system support"
 	depends on EXPERIMENTAL
 	depends on EXPERIMENTAL
 	select FS_POSIX_ACL
 	select FS_POSIX_ACL
+	select CRC32
 	help
 	help
 	A cluster filesystem.
 	A cluster filesystem.