]> err.no Git - linux-2.6/blobdiff - drivers/md/dm.h
[PATCH] drivers/md/md.c: make md_new_event() static
[linux-2.6] / drivers / md / dm.h
index 95a0cfbe5b4d93b6e5e928774e942323282d266c..4eaf075da21761095d5e0f919e7508d8d072d6bf 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);
 
 /*