summaryrefslogtreecommitdiff
path: root/mdmon.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2008-09-24 05:58:02 -0700
committerDan Williams <dan.j.williams@intel.com>2008-10-15 14:15:51 -0700
commit2a24d7b6964546a83409cc1300615b046767d013 (patch)
tree53b94b40a6f54654dad5c8537d43485132d46486 /mdmon.h
parentc92a2527e1f36ae8e3e83e0d7ca3ed5d269906ef (diff)
sysfs: dprintf when we fail to write a sysfs file
When arrays do not startup correctly it would be nice to know why. Need to move the dprintf definition to mdadm.h Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'mdmon.h')
-rw-r--r--mdmon.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/mdmon.h b/mdmon.h
index e5b2a727..62f34f7e 100644
--- a/mdmon.h
+++ b/mdmon.h
@@ -1,11 +1,3 @@
-#ifdef DEBUG
-#define dprintf(fmt, arg...) \
- fprintf(stderr, fmt, ##arg)
-#else
-#define dprintf(fmt, arg...) \
- ({ if (0) fprintf(stderr, fmt, ##arg); 0; })
-#endif
-
enum array_state { clear, inactive, suspended, readonly, read_auto,
clean, active, write_pending, active_idle, bad_word};