projects
/
wrapfs-5.3.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8762f8e
)
ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs
author
Theodore Ts'o
<tytso@mit.edu>
Thu, 26 Apr 2018 04:44:46 +0000
(
00:44
-0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 1 May 2018 19:47:18 +0000
(12:47 -0700)
commit
7ef79ad52136712172eb0525bf0b462516bf2f93
upstream.
Fixes: a45403b51582 ("ext4: always initialize the crc32c checksum driver")
Reported-by: François Valenduc <francoisvalenduc@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/super.c
patch
|
blob
|
history
diff --git
a/fs/ext4/super.c
b/fs/ext4/super.c
index 192c5ad09d7131586d919b6c36d6dccd8fb100d6..b8dace7abe0911c4c762c0028a2135388da8d5c1 100644
(file)
--- a/
fs/ext4/super.c
+++ b/
fs/ext4/super.c
@@
-5868,5
+5868,6
@@
static void __exit ext4_exit_fs(void)
MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others");
MODULE_DESCRIPTION("Fourth Extended Filesystem");
MODULE_LICENSE("GPL");
+MODULE_SOFTDEP("pre: crc32c");
module_init(ext4_init_fs)
module_exit(ext4_exit_fs)