From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KWuSQ-0004Uq-Tp for mharc-grub-devel@gnu.org; Sat, 23 Aug 2008 10:51:14 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWuSN-0004Tx-KJ for grub-devel@gnu.org; Sat, 23 Aug 2008 10:51:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWuSM-0004Tl-6y for grub-devel@gnu.org; Sat, 23 Aug 2008 10:51:11 -0400 Received: from [199.232.76.173] (port=36183 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWuSM-0004Ti-2F for grub-devel@gnu.org; Sat, 23 Aug 2008 10:51:10 -0400 Received: from ti-out-0910.google.com ([209.85.142.184]:36492) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWuSL-0007u1-IV for grub-devel@gnu.org; Sat, 23 Aug 2008 10:51:09 -0400 Received: by ti-out-0910.google.com with SMTP id u5so515853tia.10 for ; Sat, 23 Aug 2008 07:51:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=W4Fd2L7XhW+CT12Lhd0DT4aIkDZGk9l5sgRzyZYf+Bc=; b=P3uZ1lyOCFxAJNgXKBTdEZ2FNqzzMirIigQMM/h4nqT0KOJ+GT4Xczjrhyiyy+VcTO egqr9ZjJpv4PL6KX1QdRUISTP0UOB03qwwS371NkIxcRHeKaoKt5nQPkgGtrQJ/JyGUU Bg4Q9rL1JeWgE5mIMf4r4Emj8Bvc6WQQfR+44= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=n5eJQsmm5LszmPnLc1tnuM77qHZG+5l3AdE5yH045g0AoY/4ay/+GxPuc9T7SJuLMt RUfXmXlCB6iz/A9zkayB/17roxIAWrnWI/m/2nnWOApy7WBMAJ5s+zDsgQtQFNkXWaqZ nG8cn8hp5cPCWiLJ8KYy4cqlN2w2jDVxF1GLU= Received: by 10.110.26.20 with SMTP id 20mr2619105tiz.23.1219503067970; Sat, 23 Aug 2008 07:51:07 -0700 (PDT) Received: by 10.110.16.5 with HTTP; Sat, 23 Aug 2008 07:51:07 -0700 (PDT) Message-ID: Date: Sat, 23 Aug 2008 22:51:07 +0800 From: Bean To: "The development of GRUB 2" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080811203024.GA6883@thorin> <20080816121654.GA6334@thorin> <20080817145234.GA9153@thorin> <20080817152310.GA9696@thorin> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) Subject: Re: [PATCH] Split of raid scan code X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2008 14:51:12 -0000 On Tue, Aug 19, 2008 at 1:20 AM, Bean wrote: > Hi, > > This patch fix a bug in total_devs and grub_raid_memberlist, it also > resolve the conflict with current svn head. Committed. -- Bean