Skip to content

Commit

Permalink
dm snapshot: split out exception store implementations
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kergon committed Jan 6, 2009
1 parent 1ae25f9 commit 4db6bfe
Show file tree
Hide file tree
Showing 6 changed files with 833 additions and 737 deletions.
3 changes: 2 additions & 1 deletion drivers/md/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
dm-mod-objs := dm.o dm-table.o dm-target.o dm-linear.o dm-stripe.o \
dm-ioctl.o dm-io.o dm-kcopyd.o dm-sysfs.o
dm-multipath-objs := dm-path-selector.o dm-mpath.o
dm-snapshot-objs := dm-snap.o dm-exception-store.o
dm-snapshot-objs := dm-snap.o dm-exception-store.o dm-snap-transient.o \
dm-snap-persistent.o
dm-mirror-objs := dm-raid1.o
md-mod-objs := md.o bitmap.o
raid456-objs := raid5.o raid6algos.o raid6recov.o raid6tables.o \
Expand Down
Loading

0 comments on commit 4db6bfe

Please sign in to comment.