[PATCH] Re: msdos/vfat defaults are annoying

From: Pozsar Balazs
Date: Sun Feb 06 2005 - 18:22:36 EST


On Sun, Feb 06, 2005 at 07:06:59AM +0000, Christoph Hellwig wrote:
> On Sun, Feb 06, 2005 at 12:33:43AM -0500, John Richard Moser wrote:
> > I dunno. I can never understand the innards of the kernel devs' minds.
>
> filesystem detection isn't handled at the kerne level.

Yeah, but the link order could be changed... Patch inlined.

--
pozsy

diff -Naurd a/fs/Makefile b/fs/Makefile
--- a/fs/Makefile 2004-08-04 10:52:28.000000000 +0200
+++ b/fs/Makefile 2004-08-04 11:32:04.510913663 +0200
@@ -57,8 +57,8 @@
obj-$(CONFIG_MINIX_FS) += minix/
obj-$(CONFIG_FAT_FS) += fat/
obj-$(CONFIG_UMSDOS_FS) += umsdos/
-obj-$(CONFIG_MSDOS_FS) += msdos/
obj-$(CONFIG_VFAT_FS) += vfat/
+obj-$(CONFIG_MSDOS_FS) += msdos/
obj-$(CONFIG_BFS_FS) += bfs/
obj-$(CONFIG_ISO9660_FS) += isofs/
obj-$(CONFIG_DEVFS_FS) += devfs/

Signed-off-by: Pozsar Balazs <pozsy@xxxxxxxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/