dm snapshot: fix hung bios when copy error occurs
[pandora-kernel.git] / drivers / md / dm-exception-store.h
index 0b25362..84e2770 100644 (file)
@@ -70,7 +70,7 @@ struct dm_exception_store_type {
         * Update the metadata with this exception.
         */
        void (*commit_exception) (struct dm_exception_store *store,
-                                 struct dm_exception *e,
+                                 struct dm_exception *e, int valid,
                                  void (*callback) (void *, int success),
                                  void *callback_context);