bcachefs: Remove unnecessary softdep on xxhash
authorEric Biggers <ebiggers@google.com>
Wed, 2 Apr 2025 16:23:38 +0000 (09:23 -0700)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 6 Apr 2025 23:33:53 +0000 (19:33 -0400)
commitc92896ffb7fc0c49ca031d9e98e76008597bbab0
tree455f7576f162cea5872de247428c53208d176d92
parent4bf4b5046de0ef7f9dc50f3a9ef8a6dcda178a6d
bcachefs: Remove unnecessary softdep on xxhash

As with the other algorithms, bcachefs does not access xxhash through
the crypto API.  So there is no need to use a module softdep to ensure
that it is loaded.

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