Only every other metadata area was being read when loading a snapshot! [Kevin Corry] --- diff/drivers/md/dm-exception-store.c 2003-07-30 11:59:19.000000000 +0100 +++ source/drivers/md/dm-exception-store.c 2003-07-30 13:39:25.000000000 +0100 @@ -369,8 +369,6 @@ r = insert_exceptions(ps, &full); if (r) return r; - - area++; } return 0;