]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/dm-dirty-log.h
dm log: remove struct dm_dirty_log_internal
[linux-2.6-omap-h63xx.git] / include / linux / dm-dirty-log.h
index 600c5fb2daad4c231b53a4654316469895af9b0c..727602b686d4a04a5bb2e4cc65bbeaf07aef47a7 100644 (file)
@@ -28,6 +28,9 @@ struct dm_dirty_log_type {
        const char *name;
        struct module *module;
 
+       /* For internal device-mapper use */
+       struct list_head list;
+
        int (*ctr)(struct dm_dirty_log *log, struct dm_target *ti,
                   unsigned argc, char **argv);
        void (*dtr)(struct dm_dirty_log *log);