All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Millan <rmh@aybabtu.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] try to avoid false positives on FAT filesystem
Date: Mon, 9 Feb 2009 15:40:29 +0100	[thread overview]
Message-ID: <20090209144029.GC4841@thorin> (raw)
In-Reply-To: <1234083823.3429.3.camel@fz.local>

On Sun, Feb 08, 2009 at 10:03:43AM +0100, Felix Zielcke wrote:
> 2009-02-08  Felix Zielcke  <fzielcke@z-51.de>
> 
> 	* 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."



  parent reply	other threads:[~2009-02-09 14:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-05 20:39 [PATCH] try to avoid false positives on FAT filesystem Felix Zielcke
2009-02-06  6:07 ` phcoder
2009-02-06 15:46   ` Felix Zielcke
2009-02-06 18:31     ` phcoder
2009-02-07 19:32     ` Felix Zielcke
2009-02-07 22:52 ` Robert Millan
2009-02-08  9:03   ` Felix Zielcke
2009-02-08 18:02     ` Robert Millan
2009-02-08 19:18       ` Felix Zielcke
2009-02-08 19:56         ` Robert Millan
2009-02-08 19:59           ` Felix Zielcke
2009-02-09 14:07             ` Robert Millan
2009-02-09 14:17               ` Felix Zielcke
2009-02-09 14:40     ` Robert Millan [this message]
2009-02-09 14:49       ` Felix Zielcke
2009-02-09 17:06         ` Robert Millan
2009-02-09 18:01           ` Felix Zielcke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090209144029.GC4841@thorin \
    --to=rmh@aybabtu.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.