summaryrefslogtreecommitdiff
path: root/include/linux/types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-04-24 16:33:06 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-04-26 20:18:47 -0400
commitedc3ffe8f25506e60218aa6eb5cbcd3a019f6210 (patch)
tree78d57e95d6ea8c51cf0c04f3ffdc4d2f39650600 /include/linux/types.h
parent78905d7540c6689d4c780900f957318452aa316e (diff)
Update bcachefs sources to 8d3093bd9b bcachefs: Evict btree nodes we're deleting
Diffstat (limited to 'include/linux/types.h')
-rw-r--r--include/linux/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/types.h b/include/linux/types.h
index c9886cba..77f96737 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -76,4 +76,6 @@ typedef __u64 __bitwise __be64;
typedef u64 sector_t;
+typedef int (*cmp_func_t)(const void *a, const void *b);
+
#endif /* _TOOLS_LINUX_TYPES_H_ */