]> git.ipfire.org Git - thirdparty/dracut.git/commit
fs-lib: install crc32c for ext4
authorMarcos Mello <marcosfrm@gmail.com>
Fri, 6 Apr 2018 11:19:27 +0000 (08:19 -0300)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 9 Apr 2018 06:19:51 +0000 (08:19 +0200)
commit384eeedd2d24b6953a8591524edde810ab880883
treee1acda167448ba9cb8a2f7aac5e6c638a5aace15
parent65cfabf7a6778f513119eace254826feda718833
fs-lib: install crc32c for ext4

EXT4 filesystems created with metadata_csum (enabled by default in mke2fs 1.44+) or ea_inode need crc32c.

https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/commit/?id=d0b9e0a6aa7d6805338a43b4e372623352d8df09
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/tree/fs/ext4/super.c?h=v4.15.15#n3491
modules.d/99fs-lib/module-setup.sh