dm: rename dm_suspended to dm_suspended_md
[safe/jmp/linux-2.6] / drivers / md / dm.h
index 604a5f2..8dadaa5 100644 (file)
@@ -94,6 +94,11 @@ int dm_split_args(int *argc, char ***argvp, char *input);
 int dm_deleting_md(struct mapped_device *md);
 
 /*
+ * Is this mapped_device suspended?
+ */
+int dm_suspended_md(struct mapped_device *md);
+
+/*
  * The device-mapper can be driven through one of two interfaces;
  * ioctl or filesystem, depending which patch you have applied.
  */