Skip to content

Commit c92896f

Browse files
ebiggersKent Overstreet
authored andcommitted
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>
1 parent 4bf4b50 commit c92896f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/bcachefs/super.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
MODULE_LICENSE("GPL");
7575
MODULE_AUTHOR("Kent Overstreet <kent.overstreet@gmail.com>");
7676
MODULE_DESCRIPTION("bcachefs filesystem");
77-
MODULE_SOFTDEP("pre: xxhash");
7877

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

0 commit comments

Comments
 (0)