Only every other metadata area was being read when loading a snapshot!
[Kevin Corry]
--- diff/drivers/md/dm-exception-store.c	2003-10-16 10:44:23.000000000 +0100
+++ source/drivers/md/dm-exception-store.c	2003-10-16 10:44:27.000000000 +0100
@@ -369,8 +369,6 @@
 		r = insert_exceptions(ps, &full);
 		if (r)
 			return r;
-
-		area++;
 	}
 
 	return 0;
