diff options
author | NeilBrown <neilb@suse.de> | 2010-03-22 00:28:51 +0100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2010-05-18 07:27:47 +0200 |
commit | c0cc75f84e0e413bce2dcabea74ef418da45c7c1 (patch) | |
tree | f5723fbd0f5828cadaeec650abb8066ad52fad71 /drivers/md/md.h | |
parent | drivers/md: Remove unnecessary casts of void * (diff) | |
download | linux-c0cc75f84e0e413bce2dcabea74ef418da45c7c1.tar.xz linux-c0cc75f84e0e413bce2dcabea74ef418da45c7c1.zip |
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h index 05145786b50f..e4836c68b73e 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 */ |