On Wed, Apr 02, 2025 at 09:23:38AM -0700, Eric Biggers wrote:
> From: Eric Biggers <[email protected]>
>
> 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 <[email protected]>
Applied
> ---
> fs/bcachefs/super.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/fs/bcachefs/super.c b/fs/bcachefs/super.c
> index 7b3716a9e6cb7..1941b656f4103 100644
> --- a/fs/bcachefs/super.c
> +++ b/fs/bcachefs/super.c
> @@ -72,11 +72,10 @@
> #include <linux/sysfs.h>
>
> MODULE_LICENSE("GPL");
> MODULE_AUTHOR("Kent Overstreet <[email protected]>");
> MODULE_DESCRIPTION("bcachefs filesystem");
> -MODULE_SOFTDEP("pre: xxhash");
>
> const char * const bch2_fs_flag_strs[] = {
> #define x(n) #n,
> BCH_FS_FLAGS()
> #undef x
>
> base-commit: 04c4768d24f70d457ff49681ef726d5d23c089a5
> --
> 2.49.0
>