]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd0e2e68d3400e545f0f19a002f1151d6d8e0d2e6
tree780a41560ea05266288853204f0d7e4eef4f6355
parentc8dc21a7ab67c317cabbc7425e9d22e3b5a6d62e
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