diff options
Diffstat (limited to 'drivers/md/dm.h')
-rw-r--r-- | drivers/md/dm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h index 95a0cfbe5b4d..4eaf075da217 100644 --- a/drivers/md/dm.h +++ b/drivers/md/dm.h | |||
@@ -69,7 +69,7 @@ void dm_put(struct mapped_device *md); | |||
69 | /* | 69 | /* |
70 | * A device can still be used while suspended, but I/O is deferred. | 70 | * A device can still be used while suspended, but I/O is deferred. |
71 | */ | 71 | */ |
72 | int dm_suspend(struct mapped_device *md); | 72 | int dm_suspend(struct mapped_device *md, int with_lockfs); |
73 | int dm_resume(struct mapped_device *md); | 73 | int dm_resume(struct mapped_device *md); |
74 | 74 | ||
75 | /* | 75 | /* |