From 94a77fe20467a3ee3b3aa66fc56239c8c0fc1a27 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Tue, 3 Oct 2006 01:15:45 -0700 Subject: [PATCH] --- yaml --- r: 38111 b: refs/heads/master c: b5c124af69119c1b5c1e728bd2e7b5b1fad9b7be h: refs/heads/master i: 38109: bac7571523b849f2957f4374d94880525978e68a 38107: 2ba74dbd232b5dc0f3eb2b63a3fe21c9ebbea728 38103: b920421dce6064f08e47dbdfb0acf21c6f0493c8 38095: 4f39f6d8990265b3ee82346854ac48e7e8ac5a14 38079: e5482c7c11ed96604ffe71c2c00565519e5428c1 v: v3 --- [refs] | 2 +- trunk/include/linux/raid/raid5.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ddf7889f50df..887e657b4dfe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fbedac04fa11d7f9f9f425c7ec253f55becaae57 +refs/heads/master: b5c124af69119c1b5c1e728bd2e7b5b1fad9b7be diff --git a/trunk/include/linux/raid/raid5.h b/trunk/include/linux/raid/raid5.h index 20ed4c997636..f1e28952a82f 100644 --- a/trunk/include/linux/raid/raid5.h +++ b/trunk/include/linux/raid/raid5.h @@ -195,8 +195,9 @@ struct stripe_head { * it to the count of prereading stripes. * When write is initiated, or the stripe refcnt == 0 (just in case) we * clear the PREREAD_ACTIVE flag and decrement the count - * Whenever the delayed queue is empty and the device is not plugged, we - * move any strips from delayed to handle and clear the DELAYED flag and set PREREAD_ACTIVE. + * Whenever the 'handle' queue is empty and the device is not plugged, we + * move any strips from delayed to handle and clear the DELAYED flag and set + * PREREAD_ACTIVE. * In stripe_handle, if we find pre-reading is necessary, we do it if * PREREAD_ACTIVE is set, else we set DELAYED which will send it to the delayed queue. * HANDLE gets cleared if stripe_handle leave nothing locked.