]> git.sesse.net Git - bcachefs-tools-debian/blob - include/linux/radix-tree.h
Update bcachefs sources to 9ceb982d77 bcachefs: Store bucket gens in a btree
[bcachefs-tools-debian] / include / linux / radix-tree.h
1 #ifndef _LINUX_RADIX_TREE_H
2 #define _LINUX_RADIX_TREE_H
3
4 struct radix_tree_root {
5 };
6
7 #define INIT_RADIX_TREE(root, mask)     do {} while (0)
8
9 static inline void *radix_tree_lookup(struct radix_tree_root *r, unsigned long i)
10 {
11         return NULL;
12 }
13
14 #endif /* _LINUX_RADIX_TREE_H */