From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LWXJn-0000Tu-Jw for mharc-grub-devel@gnu.org; Mon, 09 Feb 2009 09:41:03 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWXJl-0000Ru-KV for grub-devel@gnu.org; Mon, 09 Feb 2009 09:41:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWXJk-0000QK-LG for grub-devel@gnu.org; Mon, 09 Feb 2009 09:41:00 -0500 Received: from [199.232.76.173] (port=60715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWXJk-0000Q0-FK for grub-devel@gnu.org; Mon, 09 Feb 2009 09:41:00 -0500 Received: from aybabtu.com ([69.60.117.155]:49480) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LWXJk-00043D-0Y for grub-devel@gnu.org; Mon, 09 Feb 2009 09:41:00 -0500 Received: from [192.168.10.10] (helo=thorin) by aybabtu.com with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1LWXEN-0001cw-NA for grub-devel@gnu.org; Mon, 09 Feb 2009 15:35:28 +0100 Received: from rmh by thorin with local (Exim 4.63) (envelope-from ) id 1LWXJF-0001Tc-AU for grub-devel@gnu.org; Mon, 09 Feb 2009 15:40:29 +0100 Date: Mon, 9 Feb 2009 15:40:29 +0100 From: Robert Millan To: The development of GRUB 2 Message-ID: <20090209144029.GC4841@thorin> References: <1233866360.3426.31.camel@fz.local> <20090207225222.GU6343@thorin> <1234083823.3429.3.camel@fz.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1234083823.3429.3.camel@fz.local> Organization: free as in freedom X-Message-Flag: Worried about Outlook viruses? Switch to Thunderbird! www.mozilla.com/thunderbird X-Debbugs-No-Ack: true User-Agent: Mutt/1.5.13 (2006-08-11) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] try to avoid false positives on FAT filesystem 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, 09 Feb 2009 14:41:02 -0000 On Sun, Feb 08, 2009 at 10:03:43AM +0100, Felix Zielcke wrote: > 2009-02-08 Felix Zielcke > > * conf/common.rmk (grub_probe_SOURCES): Move fs/ext2.c before fs/fat.c > to avoid false posivites with FAT. > (grub_fstest_SOURCES): Likewise. > * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise. > * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise. > * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise. > * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise. > * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise. > * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise. > > Index: conf/common.rmk > =================================================================== > --- conf/common.rmk (revision 1980) > +++ conf/common.rmk (working copy) > @@ -14,7 +14,7 @@ grub_probe_SOURCES = util/grub-probe.c \ > kern/device.c kern/disk.c kern/err.c kern/misc.c \ > kern/parser.c kern/partition.c kern/file.c \ > \ > - fs/affs.c fs/cpio.c fs/ext2.c fs/fat.c fs/hfs.c \ > + fs/affs.c fs/cpio.c fs/fat.c fs/ext2.c fs/hfs.c \ > fs/hfsplus.c fs/iso9660.c fs/udf.c fs/jfs.c fs/minix.c \ > fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c \ > fs/ufs.c fs/xfs.c fs/afs.c fs/tar.c \ After your other commit, is this one still needed/useful? -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all."