summaryrefslogtreecommitdiff
path: root/drivers/md/md.h
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2010-03-22 10:28:51 +1100
committerNeilBrown <neilb@suse.de>2010-05-18 15:27:47 +1000
commitc0cc75f84e0e413bce2dcabea74ef418da45c7c1 (patch)
treef5723fbd0f5828cadaeec650abb8066ad52fad71 /drivers/md/md.h
parent7b92813c3c0b6990f14838e3985fb385d2655d0c (diff)
md: discard StateChanged device flag.
This was needed when sysfs files could only be 'notified' from process context. Now that we have sys_notify_direct, we can call it directly from an interrupt. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/md.h')
-rw-r--r--drivers/md/md.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h
index 05145786b50..e4836c68b73 100644
--- a/drivers/md/md.h
+++ b/drivers/md/md.h
@@ -74,9 +74,6 @@ struct mdk_rdev_s
#define Blocked 8 /* An error occured on an externally
* managed array, don't allow writes
* until it is cleared */
-#define StateChanged 9 /* Faulty or Blocked has changed during
- * interrupt, so it needs to be
- * notified by the thread */
wait_queue_head_t blocked_wait;
int desc_nr; /* descriptor index in the superblock */