From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964806AbWGaHcb (ORCPT ); Mon, 31 Jul 2006 03:32:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964819AbWGaHcS (ORCPT ); Mon, 31 Jul 2006 03:32:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:27822 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S964807AbWGaHcC (ORCPT ); Mon, 31 Jul 2006 03:32:02 -0400 From: NeilBrown To: Andrew Morton Date: Mon, 31 Jul 2006 17:31:54 +1000 Message-Id: <1060731073154.24442@suse.de> X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Neil Brown ### Diffstat output ./include/linux/raid/raid5.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff .prev/include/linux/raid/raid5.h ./include/linux/raid/raid5.h --- .prev/include/linux/raid/raid5.h 2006-07-31 16:33:02.000000000 +1000 +++ ./include/linux/raid/raid5.h 2006-07-31 16:33:02.000000000 +1000 @@ -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.