Commit 7b05ecba authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: fixup for building in userspace

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent e6fab655
...@@ -558,7 +558,7 @@ static int __bch2_request_key(char *key_description, struct bch_key *key) ...@@ -558,7 +558,7 @@ static int __bch2_request_key(char *key_description, struct bch_key *key)
return 0; return 0;
} }
#include "../crypto.h" #include "crypto.h"
#endif #endif
int bch2_request_key(struct bch_sb *sb, struct bch_key *key) int bch2_request_key(struct bch_sb *sb, struct bch_key *key)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment