aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device-mapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device-mapper.h')
-rw-r--r--include/linux/device-mapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h
index 03ef41c1eaac..9194ff2d08c0 100644
--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -173,7 +173,7 @@ void *dm_get_mdptr(struct mapped_device *md);
173/* 173/*
174 * A device can still be used while suspended, but I/O is deferred. 174 * A device can still be used while suspended, but I/O is deferred.
175 */ 175 */
176int dm_suspend(struct mapped_device *md, int with_lockfs); 176int dm_suspend(struct mapped_device *md, unsigned suspend_flags);
177int dm_resume(struct mapped_device *md); 177int dm_resume(struct mapped_device *md);
178 178
179/* 179/*