All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yoshinori K. Okuji" <okuji@enbug.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: auto-loading of commands
Date: Tue, 15 Mar 2005 04:13:04 +0100	[thread overview]
Message-ID: <200503150413.05027.okuji@enbug.org> (raw)
In-Reply-To: <87wtscexg2.fsf@student.han.nl>

On Saturday 12 March 2005 03:43 pm, Marco Gerards wrote:
> Would it be possible to give filesystems priorities for loader and
> detecting?
>
> For example some filesystems like UFS2 probe a lot of blocks to see if
> it has the superblock.  This should have a lower priority than
> filesystems that only load block 0, 1 or 2 because those blocks are
> cached anyway.

Possible, but I suspect that it has no good effect. When you load filesystem 
modules, GRUB will access several blocks even if caching is efficient. The 
overhead of trying to mount UFS2 is only 4 accesses. So my feeling is that 
this would be negligible.

Anyway, I will implement a simple one first. If it looks too slow, we can 
improve it later.

Okuji



  reply	other threads:[~2005-03-15  3:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-08  1:05 auto-loading of commands Yoshinori K. Okuji
2005-03-12 14:43 ` Marco Gerards
2005-03-15  3:13   ` Yoshinori K. Okuji [this message]
2005-07-03 18:21     ` Yoshinori K. Okuji
2005-07-09  9:35       ` Yoshinori K. Okuji

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=200503150413.05027.okuji@enbug.org \
    --to=okuji@enbug.org \
    --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.