md: handle_stripe5 - add request/completion logic for async compute ops
[safe/jmp/linux-2.6] / include / linux / raid / raid5.h
index 6fb9d94..2293015 100644 (file)
@@ -200,7 +200,7 @@ struct stripe_head {
 struct stripe_head_state {
        int syncing, expanding, expanded;
        int locked, uptodate, to_read, to_write, failed, written;
-       int non_overwrite;
+       int compute, req_compute, non_overwrite;
        int failed_num;
 };