From 2246dc5fcc6c7d62f606d52c3f1840e746b753a8 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Thu, 23 Mar 2006 02:59:22 -0800 Subject: [PATCH] --- yaml --- r: 22979 b: refs/heads/master c: 9e71f9c848e669f003b1319da52f03cb8e7d7403 h: refs/heads/master i: 22977: 0562ed37800ec9810f0c98e4a7c306aaca3c64c9 22975: ba9f6bd842744ea9b74a31b99bfeb2c446c63658 v: v3 --- [refs] | 2 +- trunk/include/linux/raid/raid1.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f9d9a37e8fc2..0d389309ab74 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e9028b0ff2bad1954568604dc17725692c8524d6 +refs/heads/master: 9e71f9c848e669f003b1319da52f03cb8e7d7403 diff --git a/trunk/include/linux/raid/raid1.h b/trunk/include/linux/raid/raid1.h index 9d5494aaac0f..3009c813d83d 100644 --- a/trunk/include/linux/raid/raid1.h +++ b/trunk/include/linux/raid/raid1.h @@ -130,6 +130,6 @@ struct r1bio_s { * with failure when last write completes (and all failed). * Record that bi_end_io was called with this flag... */ -#define R1BIO_Returned 4 +#define R1BIO_Returned 6 #endif