* [PATCH] bcachefs: Remove unnecessary softdep on xxhash
@ 2025-04-02 16:23 Eric Biggers
2025-04-02 16:39 ` Kent Overstreet
0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2025-04-02 16:23 UTC (permalink / raw)
To: Kent Overstreet, linux-bcachefs
From: Eric Biggers <ebiggers@google.com>
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>
---
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 <kent.overstreet@gmail.com>");
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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] bcachefs: Remove unnecessary softdep on xxhash
2025-04-02 16:23 [PATCH] bcachefs: Remove unnecessary softdep on xxhash Eric Biggers
@ 2025-04-02 16:39 ` Kent Overstreet
0 siblings, 0 replies; 2+ messages in thread
From: Kent Overstreet @ 2025-04-02 16:39 UTC (permalink / raw)
To: Eric Biggers; +Cc: linux-bcachefs
On Wed, Apr 02, 2025 at 09:23:38AM -0700, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
>
> 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>
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 <kent.overstreet@gmail.com>");
> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-02 16:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02 16:23 [PATCH] bcachefs: Remove unnecessary softdep on xxhash Eric Biggers
2025-04-02 16:39 ` Kent Overstreet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox