diff options
author | Darrick J. Wong <djwong@us.ibm.com> | 2012-04-29 18:27:10 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2012-04-29 18:27:10 -0400 |
commit | 0441984a3398970ab4820410b9cf4ff85bf3a6b0 (patch) | |
tree | 23c22fad52554003b39d35e6dee7729df3e0797d /fs/ext4/Kconfig | |
parent | d25425f8e0ed01fc0167c043aee7e619fc3f6ab2 (diff) |
ext4: load the crc32c driver if necessary
Obtain a reference to the cryptoapi and crc32c if we mount a
filesystem with metadata checksumming enabled.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/Kconfig')
-rw-r--r-- | fs/ext4/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig index 9ed1bb1f319f..c22f17021b6e 100644 --- a/fs/ext4/Kconfig +++ b/fs/ext4/Kconfig | |||
@@ -2,6 +2,8 @@ config EXT4_FS | |||
2 | tristate "The Extended 4 (ext4) filesystem" | 2 | tristate "The Extended 4 (ext4) filesystem" |
3 | select JBD2 | 3 | select JBD2 |
4 | select CRC16 | 4 | select CRC16 |
5 | select CRYPTO | ||
6 | select CRYPTO_CRC32C | ||
5 | help | 7 | help |
6 | This is the next generation of the ext3 filesystem. | 8 | This is the next generation of the ext3 filesystem. |
7 | 9 | ||