]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/md/dm-log.h
dm crypt: move convert_context inside dm_crypt_io
[linux-2.6-omap-h63xx.git] / drivers / md / dm-log.h
index 86a301c8daf15d5962afe2ca8ed6eee39e58d24e..3fae87eb59631bcaf77c82b0924e363716643b0c 100644 (file)
@@ -32,7 +32,8 @@ struct dirty_log_type {
         * There are times when we don't want the log to touch
         * the disk.
         */
-       int (*suspend)(struct dirty_log *log);
+       int (*presuspend)(struct dirty_log *log);
+       int (*postsuspend)(struct dirty_log *log);
        int (*resume)(struct dirty_log *log);
 
        /*