From: Eric Biggers Date: Wed, 2 Apr 2025 16:23:38 +0000 (-0700) Subject: bcachefs: Remove unnecessary softdep on xxhash X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c92896ffb7fc0c49ca031d9e98e76008597bbab0;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/super.c b/fs/bcachefs/super.c index 956f51d563b4..b79e80a435e0 100644 --- a/fs/bcachefs/super.c +++ b/fs/bcachefs/super.c @@ -74,7 +74,6 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Kent Overstreet "); MODULE_DESCRIPTION("bcachefs filesystem"); -MODULE_SOFTDEP("pre: xxhash"); const char * const bch2_fs_flag_strs[] = { #define x(n) #n,