diff options
| author | Steve French <sfrench@us.ibm.com> | 2005-11-09 17:33:22 -0500 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2005-11-09 17:33:22 -0500 |
| commit | e82b3aec8d508d2a925a4c766e97f16b7c4dfb1b (patch) | |
| tree | 69d5685ef0c194f651a03e30bff14628b4d45400 /include/linux/raid/raid1.h | |
| parent | ec58ef03284f0bfa50a04982b74c8c2325a0758e (diff) | |
| parent | ad8f76be48d817b48222411ae16a7dfe257bdb24 (diff) | |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'include/linux/raid/raid1.h')
| -rw-r--r-- | include/linux/raid/raid1.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/raid/raid1.h b/include/linux/raid/raid1.h index 60e19b667548..292b98f2b408 100644 --- a/include/linux/raid/raid1.h +++ b/include/linux/raid/raid1.h | |||
| @@ -110,7 +110,9 @@ struct r1bio_s { | |||
| 110 | #define R1BIO_Uptodate 0 | 110 | #define R1BIO_Uptodate 0 |
| 111 | #define R1BIO_IsSync 1 | 111 | #define R1BIO_IsSync 1 |
| 112 | #define R1BIO_Degraded 2 | 112 | #define R1BIO_Degraded 2 |
| 113 | #define R1BIO_BehindIO 3 | 113 | #define R1BIO_BehindIO 3 |
| 114 | #define R1BIO_Barrier 4 | ||
| 115 | #define R1BIO_BarrierRetry 5 | ||
| 114 | /* For write-behind requests, we call bi_end_io when | 116 | /* For write-behind requests, we call bi_end_io when |
| 115 | * the last non-write-behind device completes, providing | 117 | * the last non-write-behind device completes, providing |
| 116 | * any write was successful. Otherwise we call when | 118 | * any write was successful. Otherwise we call when |
