diff options
author | Jonathan Brassow <jbrassow@redhat.com> | 2008-04-24 22:43:41 +0200 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2008-04-25 14:26:48 +0200 |
commit | 2a23aa1ddb1f0c9eef2c929c89565c387f6bf68b (patch) | |
tree | dc029b4230dc1282363a16d8a9d9126f1c9d7ffe /drivers/md/dm-log.h | |
parent | dm log: move register functions (diff) | |
download | linux-2a23aa1ddb1f0c9eef2c929c89565c387f6bf68b.tar.xz linux-2a23aa1ddb1f0c9eef2c929c89565c387f6bf68b.zip |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/md/dm-log.h b/drivers/md/dm-log.h index 2da48a857cb9..600c5fb2daad 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); |