diff options
| author | Ingo Molnar <mingo@kernel.org> | 2014-12-12 03:09:03 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2014-12-12 03:09:03 -0500 |
| commit | 3459f0d78ffe27a1b341c22eb158b622eaaea3fc (patch) | |
| tree | 715b0575eec541d0181876ad367ca5480cdcecf3 /include/linux/device-mapper.h | |
| parent | 9fc81d87420d0d3fd62d5e5529972c0ad9eab9cc (diff) | |
| parent | bee2782f30f66898be3f74ad02e4d1f87a969694 (diff) | |
Merge branch 'linus' into perf/urgent, to pick up the upstream merged bits
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/device-mapper.h')
| -rw-r--r-- | include/linux/device-mapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h index e1707de043ae..ca6d2acc5eb7 100644 --- a/include/linux/device-mapper.h +++ b/include/linux/device-mapper.h | |||
| @@ -64,6 +64,7 @@ typedef int (*dm_request_endio_fn) (struct dm_target *ti, | |||
| 64 | union map_info *map_context); | 64 | union map_info *map_context); |
| 65 | 65 | ||
| 66 | typedef void (*dm_presuspend_fn) (struct dm_target *ti); | 66 | typedef void (*dm_presuspend_fn) (struct dm_target *ti); |
| 67 | typedef void (*dm_presuspend_undo_fn) (struct dm_target *ti); | ||
| 67 | typedef void (*dm_postsuspend_fn) (struct dm_target *ti); | 68 | typedef void (*dm_postsuspend_fn) (struct dm_target *ti); |
| 68 | typedef int (*dm_preresume_fn) (struct dm_target *ti); | 69 | typedef int (*dm_preresume_fn) (struct dm_target *ti); |
| 69 | typedef void (*dm_resume_fn) (struct dm_target *ti); | 70 | typedef void (*dm_resume_fn) (struct dm_target *ti); |
| @@ -145,6 +146,7 @@ struct target_type { | |||
| 145 | dm_endio_fn end_io; | 146 | dm_endio_fn end_io; |
| 146 | dm_request_endio_fn rq_end_io; | 147 | dm_request_endio_fn rq_end_io; |
| 147 | dm_presuspend_fn presuspend; | 148 | dm_presuspend_fn presuspend; |
| 149 | dm_presuspend_undo_fn presuspend_undo; | ||
| 148 | dm_postsuspend_fn postsuspend; | 150 | dm_postsuspend_fn postsuspend; |
| 149 | dm_preresume_fn preresume; | 151 | dm_preresume_fn preresume; |
| 150 | dm_resume_fn resume; | 152 | dm_resume_fn resume; |
