From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750851AbWCQHWi (ORCPT ); Fri, 17 Mar 2006 02:22:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752551AbWCQHWi (ORCPT ); Fri, 17 Mar 2006 02:22:38 -0500 Received: from mx1.suse.de ([195.135.220.2]:49800 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1750851AbWCQHWh (ORCPT ); Fri, 17 Mar 2006 02:22:37 -0500 From: NeilBrown To: Andrew Morton Date: Fri, 17 Mar 2006 18:21:21 +1100 X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This is the "Andrew Morton: Awesome code reviewer" patch series, that fixes up issues identified in my recent series of md patches. NeilBrown [PATCH 001 of 6] md: INIT_LIST_HEAD to LIST_HEAD conversions. [PATCH 002 of 6] md: Documentation and tidy up for resize_stripes [PATCH 003 of 6] md: Remove an unused variable. [PATCH 004 of 6] md: Improve comments about locking situation in raid5 make_request [PATCH 005 of 6] md: Remove some stray semi-colons after functions called in macro.... [PATCH 006 of 6] md: Make new function stripe_to_pdidx static.