Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128559
b: refs/heads/master
c: 17636e0
h: refs/heads/master
i:
  128557: 36b861f
  128555: 4a083f6
  128551: 7b2d688
  128543: 8673ca6
v: v3
  • Loading branch information
Christian Hesse authored and Chris Mason committed Sep 25, 2008
1 parent 873b757 commit 9adb72d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 9691975dd663b255fa52404dc7de4b18892bf244
refs/heads/master: 17636e03f42a1a42fed3834859de4702bd655fd1
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/extent_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ int __init extent_map_init(void)
return -ENOMEM;
}

void __exit extent_map_exit(void)
void extent_map_exit(void)
{
struct extent_state *state;

Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/extent_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void free_extent_map(struct extent_map *em);
int extent_read_full_page(struct extent_map_tree *tree, struct page *page,
get_extent_t *get_extent);
int __init extent_map_init(void);
void __exit extent_map_exit(void);
void extent_map_exit(void);

u64 count_range_bits(struct extent_map_tree *tree,
u64 *start, u64 max_bytes, unsigned long bits);
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ void __init btrfs_init_transaction_sys(void)
trans_wq = create_workqueue("btrfs");
}

void __exit btrfs_exit_transaction_sys(void)
void btrfs_exit_transaction_sys(void)
{
destroy_workqueue(trans_wq);
}
Expand Down

0 comments on commit 9adb72d

Please sign in to comment.