aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap-persistent.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-01-06dm snapshot: extend exception store functionsJonathan Brassow1-16/+26
Supply dm_add_exception as a callback to the read_metadata function. Add a status function ready for a later patch and name the functions consistently. Signed-off-by: Jonathan Brassow <jbrassow@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
2009-01-06dm snapshot: split out exception store implementationsAlasdair G Kergon1-0/+694
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>