projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e7d65c
)
[GFS2] Fix Kconfig wrt CRC32
author
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 20 Nov 2006 15:04:49 +0000
(10:04 -0500)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Thu, 30 Nov 2006 15:36:24 +0000
(10:36 -0500)
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>
fs/gfs2/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/Kconfig
b/fs/gfs2/Kconfig
index 8c27de8b95682134fcda8c33f7f1e687a4e8e28f..c0791cbacad91e614652be6e10a868099107098e 100644
(file)
--- 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.