dm snapshot: split out exception store implementations
authorAlasdair G Kergon <agk@redhat.com>
Tue, 6 Jan 2009 03:05:17 +0000 (03:05 +0000)
committerAlasdair G Kergon <agk@redhat.com>
Tue, 6 Jan 2009 03:05:17 +0000 (03:05 +0000)
commit4db6bfe02bdc7dc5048f46dd682a94801d029adc
tree780a41560ea05266288853204f0d7e4eef4f6355
parent1ae25f9c933d1432fbffdf3e126051a974608abf
dm snapshot: split out exception store implementations

Move the existing snapshot exception store implementations out into
separate files.  Later patches will place these behind a new
interface in preparation for alternative implementations.

Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/Makefile
drivers/md/dm-exception-store.c
drivers/md/dm-exception-store.h
drivers/md/dm-snap-persistent.c [new file with mode: 0644]
drivers/md/dm-snap-transient.c [new file with mode: 0644]
drivers/md/dm-snap.c