mm: thp: set the accessed flag for old pages on access fault
[pandora-kernel.git] / drivers / md / dm-exception-store.c
index 042e719..aa70f7d 100644 (file)
@@ -283,7 +283,7 @@ int dm_exception_store_init(void)
        return 0;
 
 persistent_fail:
-       dm_persistent_snapshot_exit();
+       dm_transient_snapshot_exit();
 transient_fail:
        return r;
 }