diff options
Diffstat (limited to 'drivers/md/dm-snap.h')
-rw-r--r-- | drivers/md/dm-snap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/md/dm-snap.h b/drivers/md/dm-snap.h index 70dc961f40d8..292c15609ae3 100644 --- a/drivers/md/dm-snap.h +++ b/drivers/md/dm-snap.h | |||
@@ -161,6 +161,8 @@ struct dm_snapshot { | |||
161 | /* The last percentage we notified */ | 161 | /* The last percentage we notified */ |
162 | int last_percent; | 162 | int last_percent; |
163 | 163 | ||
164 | mempool_t *pending_pool; | ||
165 | |||
164 | struct exception_table pending; | 166 | struct exception_table pending; |
165 | struct exception_table complete; | 167 | struct exception_table complete; |
166 | 168 | ||