diff options
| author | Eric Biggers <ebiggers@google.com> | 2025-04-01 15:16:00 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2025-04-04 11:31:42 -0700 |
| commit | b261d2222063a9a8b9ec284244c285f2998ee01e (patch) | |
| tree | fb7bd89d372a423b2520981e36f3a53b7946c823 /fs/gfs2 | |
| parent | lib/crc: document all the CRC library kconfig options (diff) | |
| download | linux-b261d2222063a9a8b9ec284244c285f2998ee01e.tar.gz linux-b261d2222063a9a8b9ec284244c285f2998ee01e.zip | |
lib/crc: remove CONFIG_LIBCRC32C
Now that LIBCRC32C does nothing besides select CRC32, make every option
that selects LIBCRC32C instead select CRC32 directly. Then remove
LIBCRC32C.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Martin K. Petersen" <martin.petersen@oracle.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250401221600.24878-8-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'fs/gfs2')
| -rw-r--r-- | fs/gfs2/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig index be7f87a8e11a..7bd231d16d4a 100644 --- a/fs/gfs2/Kconfig +++ b/fs/gfs2/Kconfig @@ -4,7 +4,6 @@ config GFS2_FS select BUFFER_HEAD select FS_POSIX_ACL select CRC32 - select LIBCRC32C select QUOTACTL select FS_IOMAP help |
