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>
Showing
- drivers/md/Makefile 2 additions, 1 deletiondrivers/md/Makefile
- drivers/md/dm-exception-store.c 19 additions, 730 deletionsdrivers/md/dm-exception-store.c
- drivers/md/dm-exception-store.h 9 additions, 0 deletionsdrivers/md/dm-exception-store.h
- drivers/md/dm-snap-persistent.c 694 additions, 0 deletionsdrivers/md/dm-snap-persistent.c
- drivers/md/dm-snap-transient.c 95 additions, 0 deletionsdrivers/md/dm-snap-transient.c
- drivers/md/dm-snap.c 14 additions, 6 deletionsdrivers/md/dm-snap.c
Loading
Please register or sign in to comment