summaryrefslogtreecommitdiff
path: root/libbcachefs/inode.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-11-09 04:00:42 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2018-11-09 04:06:53 -0500
commitbdba182d105b1eaa9776c78a094b0b0192046651 (patch)
tree80a411cfe394ae6e877ba7a5618048ce22113992 /libbcachefs/inode.h
parent8ab9dc0a9a29e5459e41052a272736e3e7ed3c13 (diff)
Update bcachefs sources to d7dbddc450 bcachefs: revamp to_text methods
Diffstat (limited to 'libbcachefs/inode.h')
-rw-r--r--libbcachefs/inode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/inode.h b/libbcachefs/inode.h
index 93dbdaeb..e4495a44 100644
--- a/libbcachefs/inode.h
+++ b/libbcachefs/inode.h
@@ -6,7 +6,7 @@
#include <linux/math64.h>
const char *bch2_inode_invalid(const struct bch_fs *, struct bkey_s_c);
-int bch2_inode_to_text(struct bch_fs *, char *, size_t, struct bkey_s_c);
+void bch2_inode_to_text(struct printbuf *, struct bch_fs *, struct bkey_s_c);
#define bch2_bkey_inode_ops (struct bkey_ops) { \
.key_invalid = bch2_inode_invalid, \