From 77671e8fffdd09f37de2ed0cdcdc92069f3597e8 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Fri, 21 Oct 2022 19:15:07 -0400 Subject: bcachefs: Move bkey bkey_unpack_key() to bkey.h Long ago, bkey_unpack_key() was added to bset.h instead of bkey.h because bkey.h didn't include btree_types.h, which it needs for the compiled unpack function. This patch finally moves it to the proper location. Signed-off-by: Kent Overstreet --- fs/bcachefs/inode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/bcachefs/inode.h') diff --git a/fs/bcachefs/inode.h b/fs/bcachefs/inode.h index 2ac2fc10513b..717a0bc95d93 100644 --- a/fs/bcachefs/inode.h +++ b/fs/bcachefs/inode.h @@ -2,6 +2,7 @@ #ifndef _BCACHEFS_INODE_H #define _BCACHEFS_INODE_H +#include "bkey.h" #include "opts.h" extern const char * const bch2_inode_opts[]; -- cgit v1.2.3