Re: [PATCH] Disable debug messages in reiserfs.mod

2009-08-15 Thread Isaac Dupree
Vladimir 'phcoder' Serbinenko wrote: Hello. Recently we had no bug-reports about ReiserFS and ... Maybe it's because people aren't using grub to load things on ReiserFS? I've stuck with Ext3 everywhere for awhile now and so do a lot of distros' defaults. (not arguing against it, just think

Re: [PATCH] Disable debug messages in reiserfs.mod

2009-08-15 Thread Vladimir 'phcoder' Serbinenko
2009/8/15 Javier Martín : > El sáb, 15-08-2009 a las 16:12 +0200, Vladimir 'phcoder' Serbinenko > escribió: >> Hello. Recently we had no bug-reports about ReiserFS and debug >> messages and disabling them saves 533 bytes. I find it important >> especially because core.img with reiserfs is currently

[PATCH] save around 100 bytes on core.img by inlining small misc.c functions

2009-08-15 Thread Vladimir 'phcoder' Serbinenko
-- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git diff --git a/include/grub/misc.h b/include/grub/misc.h index 769ec5c..a63a0b4 100644 --- a/include/grub/misc.h +++ b/include/grub/misc.h @@ -37,8 +37,42 @@ void *EXPORT_FUNC(grub_memmove) (void

Re: [PATCH] Disable debug messages in reiserfs.mod

2009-08-15 Thread Javier Martín
El sáb, 15-08-2009 a las 16:12 +0200, Vladimir 'phcoder' Serbinenko escribió: > Hello. Recently we had no bug-reports about ReiserFS and debug > messages and disabling them saves 533 bytes. I find it important > especially because core.img with reiserfs is currently the biggest > among filesystems

[PATCH] Disable debug messages in reiserfs.mod

2009-08-15 Thread Vladimir 'phcoder' Serbinenko
Hello. Recently we had no bug-reports about ReiserFS and debug messages and disabling them saves 533 bytes. I find it important especially because core.img with reiserfs is currently the biggest among filesystems supported in mainstream -- Regards Vladimir 'phcoder' Serbinenko Personal git repos

Re: [PATCH] make search faster by first trying without module autoloading

2009-08-15 Thread Yves Blusseau
Le 14 août 09 à 17:58, Vladimir 'phcoder' Serbinenko a écrit : Hello. When search encounters an unknown filesystem or filesystem without partition it triggers fs module autoload which takes noticeable time. To improve the situation I propose (after discussing with Robert Millan) to first search

Re: Patch to compile boot.img properly on OSX

2009-08-15 Thread Yves Blusseau
Le 14 août 09 à 23:55, Pavel Roskin a écrit : On Thu, 2009-08-13 at 02:24 -0400, Pavel Roskin wrote: Since Yves is interested perhaps he could do the "dirty job" of applying repetitive fixes and testing different images? And submit a patch then? Fine with me. I have fixed the *.img files