summaryrefslogtreecommitdiff
path: root/drivers/md/dm-log.h
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2008-04-24 20:43:41 (GMT)
committerAlasdair G Kergon <agk@redhat.com>2008-04-25 12:26:48 (GMT)
commit2a23aa1ddb1f0c9eef2c929c89565c387f6bf68b (patch)
treedc029b4230dc1282363a16d8a9d9126f1c9d7ffe /drivers/md/dm-log.h
parentb8206bc3de0b0665d47655d270c18ea46aff5372 (diff)
downloadlinux-2a23aa1ddb1f0c9eef2c929c89565c387f6bf68b.tar.xz
dm log: make module use tracking internal
Remove internal module reference fields from the interface. Signed-off-by: Jonathan Brassow <jbrassow@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/dm-log.h')
-rw-r--r--drivers/md/dm-log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/md/dm-log.h b/drivers/md/dm-log.h
index 2da48a8..600c5fb 100644
--- a/drivers/md/dm-log.h
+++ b/drivers/md/dm-log.h
@@ -25,10 +25,8 @@ struct dm_dirty_log {
};
struct dm_dirty_log_type {
- struct list_head list;
const char *name;
struct module *module;
- unsigned use_count;
int (*ctr)(struct dm_dirty_log *log, struct dm_target *ti,
unsigned argc, char **argv);