Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28915
b: refs/heads/master
c: 612d6c1
h: refs/heads/master
i:
  28913: 7c24787
  28911: 3dfe7f1
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed Jun 23, 2006
1 parent 91a18d9 commit 08e2096
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 84 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 929f97276bcf7f4a95272ed08a85339b98ba210d
refs/heads/master: 612d6c19db2fd0dc97b0fa370613ecd4a305ffc3
5 changes: 3 additions & 2 deletions trunk/include/linux/radix-tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
#include <linux/preempt.h>
#include <linux/types.h>

#define RADIX_TREE_MAX_TAGS 2

/* root tags are stored in gfp_mask, shifted by __GFP_BITS_SHIFT */
struct radix_tree_root {
unsigned int height;
gfp_t gfp_mask;
Expand All @@ -45,8 +48,6 @@ do { \
(root)->rnode = NULL; \
} while (0)

#define RADIX_TREE_MAX_TAGS 2

int radix_tree_insert(struct radix_tree_root *, unsigned long, void *);
void *radix_tree_lookup(struct radix_tree_root *, unsigned long);
void **radix_tree_lookup_slot(struct radix_tree_root *, unsigned long);
Expand Down
Loading

0 comments on commit 08e2096

Please sign in to comment.