diff options
Diffstat (limited to 'libbcachefs/xattr.h')
-rw-r--r-- | libbcachefs/xattr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbcachefs/xattr.h b/libbcachefs/xattr.h index 14eba241..9bc5376f 100644 --- a/libbcachefs/xattr.h +++ b/libbcachefs/xattr.h @@ -1,6 +1,9 @@ #ifndef _BCACHE_XATTR_H #define _BCACHE_XATTR_H +#include "str_hash.h" + +extern const struct bch_hash_desc bch2_xattr_hash_desc; extern const struct bkey_ops bch2_bkey_xattr_ops; struct dentry; |