]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Remove unnecessary softdeps on crc32c and crc64
authorEric Biggers <ebiggers@google.com>
Sun, 16 Mar 2025 03:03:19 +0000 (20:03 -0700)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 24 Mar 2025 13:50:34 +0000 (09:50 -0400)
commit39abc73b595587180ce4d57c4ca56a52ca796fc2
tree05b1e2099e781fe624189354d4a1634fa53b7c4e
parent9b39835e932e94a3cef3d02c08a5b1df585c74bd
bcachefs: Remove unnecessary softdeps on crc32c and crc64

Since bcachefs does not access crc32c and crc64 through the crypto API,
there is no need to use module softdeps to ensure they are loaded.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/super.c