Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144223
b: refs/heads/master
c: 0d4bf11
h: refs/heads/master
i:
  144221: e47261d
  144219: c56b80e
  144215: 2f6b39f
  144207: 1ff77ce
  144191: 8727630
v: v3
  • Loading branch information
Christoph Hellwig authored and Chris Mason committed Apr 24, 2009
1 parent e7235d8 commit 34ffe4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 2ea2544ef5dad5cac52f1e4c7b812631274fc1cb
refs/heads/master: 0d4bf11e5309eff64272a49e1ea55658372abc56
6 changes: 0 additions & 6 deletions trunk/fs/btrfs/extent_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ void extent_map_tree_init(struct extent_map_tree *tree, gfp_t mask)
tree->map.rb_node = NULL;
spin_lock_init(&tree->lock);
}
EXPORT_SYMBOL(extent_map_tree_init);

/**
* alloc_extent_map - allocate new extent map structure
Expand All @@ -64,7 +63,6 @@ struct extent_map *alloc_extent_map(gfp_t mask)
atomic_set(&em->refs, 1);
return em;
}
EXPORT_SYMBOL(alloc_extent_map);

/**
* free_extent_map - drop reference count of an extent_map
Expand All @@ -83,7 +81,6 @@ void free_extent_map(struct extent_map *em)
kmem_cache_free(extent_map_cache, em);
}
}
EXPORT_SYMBOL(free_extent_map);

static struct rb_node *tree_insert(struct rb_root *root, u64 offset,
struct rb_node *node)
Expand Down Expand Up @@ -264,7 +261,6 @@ int add_extent_mapping(struct extent_map_tree *tree,
out:
return ret;
}
EXPORT_SYMBOL(add_extent_mapping);

/* simple helper to do math around the end of an extent, handling wrap */
static u64 range_end(u64 start, u64 len)
Expand Down Expand Up @@ -326,7 +322,6 @@ struct extent_map *lookup_extent_mapping(struct extent_map_tree *tree,
out:
return em;
}
EXPORT_SYMBOL(lookup_extent_mapping);

/**
* remove_extent_mapping - removes an extent_map from the extent tree
Expand All @@ -346,4 +341,3 @@ int remove_extent_mapping(struct extent_map_tree *tree, struct extent_map *em)
em->in_tree = 0;
return ret;
}
EXPORT_SYMBOL(remove_extent_mapping);

0 comments on commit 34ffe4b

Please sign in to comment.