]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/device-mapper.h
[PATCH] dm: suspend: parameter change
[linux-2.6-omap-h63xx.git] / include / linux / device-mapper.h
index 03ef41c1eaac346b441a00a54048818b7f35c60f..9194ff2d08c0c7ef411fd41eaa690681c91336c3 100644 (file)
@@ -173,7 +173,7 @@ void *dm_get_mdptr(struct mapped_device *md);
 /*
  * A device can still be used while suspended, but I/O is deferred.
  */
-int dm_suspend(struct mapped_device *md, int with_lockfs);
+int dm_suspend(struct mapped_device *md, unsigned suspend_flags);
 int dm_resume(struct mapped_device *md);
 
 /*