md/raid5: refactor raid5 "run"
[safe/jmp/linux-2.6] / drivers / md / dm-snap.h
index 6e4beaf..d9e62b4 100644 (file)
@@ -61,7 +61,7 @@ struct dm_snapshot {
        spinlock_t pe_lock;
 
        /* The on disk metadata handler */
-       struct exception_store store;
+       struct dm_exception_store store;
 
        struct dm_kcopyd_client *kcopyd_client;
 
@@ -76,12 +76,6 @@ struct dm_snapshot {
 };
 
 /*
- * Used by the exception stores to load exceptions hen
- * initialising.
- */
-int dm_add_exception(struct dm_snapshot *s, chunk_t old, chunk_t new);
-
-/*
  * Return the number of sectors in the device.
  */
 static inline sector_t get_dev_size(struct block_device *bdev)