Merge branch 'e1000-upstream' of git://198.78.49.142/linux-2.6
[powerpc.git] / drivers / md / dm.h
index 95a0cfb..4eaf075 100644 (file)
@@ -69,7 +69,7 @@ void dm_put(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 dm_suspend(struct mapped_device *md, int with_lockfs);
 int dm_resume(struct mapped_device *md);
 
 /*