From: Felix Zielcke <fzielcke@z-51.de>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] try to avoid false positives on FAT filesystem
Date: Sun, 08 Feb 2009 10:03:43 +0100 [thread overview]
Message-ID: <1234083823.3429.3.camel@fz.local> (raw)
In-Reply-To: <20090207225222.GU6343@thorin>
[-- Attachment #1: Type: text/plain, Size: 258 bytes --]
Am Samstag, den 07.02.2009, 23:52 +0100 schrieb Robert Millan:
> There's one, you forgot to attach it ;-)
Actually I didn't forgot it, I was too lazy. I thought such a simple
change doestn't need a patch send to list :)
Well here it is.
--
Felix Zielcke
[-- Attachment #2: move_fat_before_ext2.patch --]
[-- Type: text/x-patch, Size: 5143 bytes --]
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 \
@@ -34,7 +34,7 @@ grub_fstest_SOURCES = util/grub-fstest.c
disk/host.c disk/loopback.c normal/arg.c normal/misc.c \
lib/hexdump.c lib/crc.c commands/blocklist.c commands/ls.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 \
Index: conf/i386-pc.rmk
===================================================================
--- conf/i386-pc.rmk (revision 1980)
+++ conf/i386-pc.rmk (working copy)
@@ -134,7 +134,7 @@ grub_emu_SOURCES = commands/boot.c comma
partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c \
partmap/acorn.c partmap/gpt.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 \
Index: conf/x86_64-efi.rmk
===================================================================
--- conf/x86_64-efi.rmk (revision 1980)
+++ conf/x86_64-efi.rmk (working copy)
@@ -42,7 +42,7 @@ grub_emu_SOURCES = commands/boot.c comma
commands/i386/cpuid.c \
disk/loopback.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 \
Index: conf/powerpc-ieee1275.rmk
===================================================================
--- conf/powerpc-ieee1275.rmk (revision 1980)
+++ conf/powerpc-ieee1275.rmk (working copy)
@@ -45,7 +45,7 @@ grub_emu_SOURCES = commands/boot.c comma
lib/hexdump.c commands/halt.c commands/reboot.c \
disk/loopback.c \
\
- fs/affs.c fs/cpio.c fs/ext2.c fs/fat.c fs/hfs.c \
+ fs/affs.c fs/cpio.c fs/ext2.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 \
Index: conf/i386-coreboot.rmk
===================================================================
--- conf/i386-coreboot.rmk (revision 1980)
+++ conf/i386-coreboot.rmk (working copy)
@@ -62,7 +62,7 @@ grub_emu_SOURCES = commands/boot.c comma
lib/hexdump.c commands/i386/cpuid.c \
disk/host.c disk/loopback.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 \
Index: conf/sparc64-ieee1275.rmk
===================================================================
--- conf/sparc64-ieee1275.rmk (revision 1980)
+++ conf/sparc64-ieee1275.rmk (working copy)
@@ -48,7 +48,7 @@ grub_mkimage_SOURCES = util/sparc64/ieee
# commands/timeout.c commands/test.c \
# commands/halt.c commands/reboot.c \
# disk/loopback.c \
-# fs/affs.c fs/ext2.c fs/fat.c fs/fshelp.c fs/hfs.c fs/iso9660.c \
+# fs/affs.c fs/fat.c fs/ext2.c fs/fshelp.c fs/hfs.c fs/iso9660.c \
# fs/jfs.c fs/minix.c fs/sfs.c fs/ufs.c fs/xfs.c \
# grub_script.tab.c \
# io/gzio.c \
Index: conf/i386-ieee1275.rmk
===================================================================
--- conf/i386-ieee1275.rmk (revision 1980)
+++ conf/i386-ieee1275.rmk (working copy)
@@ -61,7 +61,7 @@ grub_emu_SOURCES = commands/boot.c comma
commands/i386/cpuid.c \
disk/host.c disk/loopback.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 \
next prev parent reply other threads:[~2009-02-08 9:03 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 [this message]
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
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=1234083823.3429.3.camel@fz.local \
--to=fzielcke@z-51.de \
--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.