summaryrefslogtreecommitdiff
path: root/libbcachefs/xattr.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-04-14 20:38:49 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2017-04-14 20:40:31 -0800
commit819f2dde79241915a6edda2c20bb4ca5d4017030 (patch)
treeb165cdf270fd14e98ecfa4affe57943c6854529e /libbcachefs/xattr.h
parent03bc9d71b13e6f8e879894f93ea16f1f4a8280c9 (diff)
Update bcachefs sources to f026e4e024
Diffstat (limited to 'libbcachefs/xattr.h')
-rw-r--r--libbcachefs/xattr.h3
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;