[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] try to avoid false positives on FAT filesystem
From: |
Robert Millan |
Subject: |
Re: [PATCH] try to avoid false positives on FAT filesystem |
Date: |
Mon, 9 Feb 2009 15:40:29 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
On Sun, Feb 08, 2009 at 10:03:43AM +0100, Felix Zielcke wrote:
> 2009-02-08 Felix Zielcke <address@hidden>
>
> * 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."
- Re: [PATCH] try to avoid false positives on FAT filesystem, (continued)
- Re: [PATCH] try to avoid false positives on FAT filesystem, Robert Millan, 2009/02/07
- Re: [PATCH] try to avoid false positives on FAT filesystem, Felix Zielcke, 2009/02/08
- Re: [PATCH] try to avoid false positives on FAT filesystem, Robert Millan, 2009/02/08
- Re: [PATCH] try to avoid false positives on FAT filesystem, Felix Zielcke, 2009/02/08
- Re: [PATCH] try to avoid false positives on FAT filesystem, Robert Millan, 2009/02/08
- Re: [PATCH] try to avoid false positives on FAT filesystem, Felix Zielcke, 2009/02/08
- Re: [PATCH] try to avoid false positives on FAT filesystem, Robert Millan, 2009/02/09
- Re: [PATCH] try to avoid false positives on FAT filesystem, Felix Zielcke, 2009/02/09
- Re: [PATCH] try to avoid false positives on FAT filesystem,
Robert Millan <=
- Re: [PATCH] try to avoid false positives on FAT filesystem, Felix Zielcke, 2009/02/09
- Re: [PATCH] try to avoid false positives on FAT filesystem, Robert Millan, 2009/02/09
- Re: [PATCH] try to avoid false positives on FAT filesystem, Felix Zielcke, 2009/02/09