Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104289
b: refs/heads/master
c: c8da2f8
h: refs/heads/master
i:
  104287: 35bf520
v: v3
  • Loading branch information
Adrian Bunk authored and Alasdair G Kergon committed Jul 21, 2008
1 parent e154390 commit 27464c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 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: 371b2e348b7731a548b0a7432ca2ba32e90dd16f
refs/heads/master: c8da2f8dd86d70559ec4e50251f6a755b42bd5b4
4 changes: 2 additions & 2 deletions trunk/drivers/md/dm-log.c
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ static struct dm_dirty_log_type _disk_type = {
.status = disk_status,
};

int __init dm_dirty_log_init(void)
static int __init dm_dirty_log_init(void)
{
int r;

Expand All @@ -848,7 +848,7 @@ int __init dm_dirty_log_init(void)
return r;
}

void __exit dm_dirty_log_exit(void)
static void __exit dm_dirty_log_exit(void)
{
dm_dirty_log_type_unregister(&_disk_type);
dm_dirty_log_type_unregister(&_core_type);
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/md/dm.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ int dm_lock_for_deletion(struct mapped_device *md);

void dm_kobject_uevent(struct mapped_device *md);

/*
* Dirty log
*/
int dm_dirty_log_init(void);
void dm_dirty_log_exit(void);

int dm_kcopyd_init(void);
void dm_kcopyd_exit(void);

Expand Down

0 comments on commit 27464c3

Please sign in to comment.