commit | 6b3df0d7a5e85ad2afd3eecc50e2dee59e876ae8 | [log] [tgz] |
---|---|---|
author | Jonathan Brassow <jbrassow@redhat.com> | Fri Oct 19 22:47:57 2007 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Sat Oct 20 02:01:21 2007 +0100 |
tree | d20f30d0a40d1162a6cc135dca31403ae38198e5 | |
parent | fe97e2aa0502922488ad62303a19a20c8044ae18 [diff] |
dm log: split suspend There are now two phases to a suspend in device-mapper - presuspend and postsuspend. This patch removes the single 'suspend' in the logging API and replaces it with 'presuspend' and 'postsuspend' functions to align it better with core device-mapper. A subsequent patch will make use of 'presuspend'. Signed-off-by: Jonathan Brassow <jbrassow@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>