summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap-transient.c
Commit message (Collapse)AuthorAgeFilesLines
* dm snapshot: extend exception store functionsJonathan Brassow2009-01-061-9/+12
| | | | | | | | | 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>
* dm snapshot: split out exception store implementationsAlasdair G Kergon2009-01-061-0/+95
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>