Commit c92896ff authored by Eric Biggers's avatar Eric Biggers Committed by Kent Overstreet
Browse files

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: default avatarEric Biggers <ebiggers@google.com>
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 4bf4b504
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -74,7 +74,6 @@
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Kent Overstreet <kent.overstreet@gmail.com>");
MODULE_DESCRIPTION("bcachefs filesystem");
MODULE_SOFTDEP("pre: xxhash");

const char * const bch2_fs_flag_strs[] = {
#define x(n)		#n,