From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MNuaG-0003SY-KZ for mharc-grub-devel@gnu.org; Mon, 06 Jul 2009 16:14:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNuaF-0003SK-53 for grub-devel@gnu.org; Mon, 06 Jul 2009 16:14:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNuaA-0003Ry-Px for grub-devel@gnu.org; Mon, 06 Jul 2009 16:14:38 -0400 Received: from [199.232.76.173] (port=51569 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNuaA-0003Rv-Js for grub-devel@gnu.org; Mon, 06 Jul 2009 16:14:34 -0400 Received: from c60.cesmail.net ([216.154.195.49]:40895) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MNuaA-0004wj-2F for grub-devel@gnu.org; Mon, 06 Jul 2009 16:14:34 -0400 Received: from unknown (HELO smtprelay1.cesmail.net) ([192.168.1.111]) by c60.cesmail.net with ESMTP; 06 Jul 2009 16:14:32 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay1.cesmail.net (Postfix) with ESMTPSA id 7288134C69 for ; Mon, 6 Jul 2009 16:14:31 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <4A51AE6A.6060708@impulze.org> References: <4A51AE6A.6060708@impulze.org> Content-Type: text/plain Date: Mon, 06 Jul 2009 16:14:30 -0400 Message-Id: <1246911270.19503.8.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] Caseless UUID comparsion in search command 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: Mon, 06 Jul 2009 20:14:39 -0000 On Mon, 2009-07-06 at 09:57 +0200, Daniel Mierswa wrote: > Just like some time ago in search_fs_uuid() the search_fs() function of > search also needs to be caseless when comparing UUIDs, for some reason > GRUB2 didn't find my UUID although I entered it as reported by blkid. To > be on the safe side, just use strncasecmp. :) Patch against git master > and ChangeLog attached. I await your feedback. :-) Applied with minor stylistic and spelling fixes. -- Regards, Pavel Roskin