From: Pavel Roskin <proski@gnu.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] bless command
Date: Fri, 19 Jun 2009 12:15:29 -0400 [thread overview]
Message-ID: <1245428129.2820.20.camel@mj> (raw)
In-Reply-To: <d7ead6de0906190453y7e5754cdm32f1931495afc56a@mail.gmail.com>
On Fri, 2009-06-19 at 13:53 +0200, Vladimir 'phcoder' Serbinenko wrote:
> Attached to this e-mail and on my personal git repository in branch
> bless the rediff. I was thinking of adding ppc mac support but haven't
> done it yet I think we can incorporate apple intel support without the
> ppc counterpart yet. Does anyone object?
I don't see how PowerPC support would be different. It's a filesystem
issue. Actually, on PowerPC blessing on HFS (not on HFS+) would be
needed.
I think it would be better to name the command "hfsbless". The way, HFS
support could be added to the same command later.
Adding commands/hfspbless.c to grub_emu_SOURCES only on i386-pc seems
inconsistent. Either it should be added everywhere or nowhere. I think
we need a build system reorganization to allow grub_emu_SOURCES to be
mostly platform independent.
The spacing change in conf/i386-pc.rmk is unnecessary.
"(void) mod;" is unnecessary.
fs/hfsplus.c should include grub/hfsplus.h or it won't compile.
In find_inode(), the core start with
if(! info->inodeset)
return 0;
It's both faster and more readable.
Please run hfspbless.c through indent. It would fix such things as
(fs->dir) (dev, *path == 0 ?"/":path, find_inode);
--
Regards,
Pavel Roskin
next prev parent reply other threads:[~2009-06-19 16:15 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-18 18:59 [PATCH] bless command Vladimir Serbinenko
2009-04-18 19:00 ` Vladimir Serbinenko
2009-04-18 19:22 ` Isaac Dupree
2009-04-19 4:51 ` Peter Cros
2009-04-19 10:50 ` Vladimir Serbinenko
2009-04-19 11:25 ` Drew Rosen
2009-04-19 13:26 ` Peter Cros
2009-04-19 14:14 ` Vladimir Serbinenko
2009-04-19 15:30 ` Peter Cros
2009-04-19 20:05 ` Vladimir Serbinenko
2009-04-20 9:17 ` Peter Cros
2009-04-20 11:52 ` Vladimir Serbinenko
2009-04-21 2:28 ` Peter Cros
2009-08-28 22:59 ` Michal Suchanek
2009-08-29 3:48 ` Bean
2009-08-29 6:27 ` Vladimir 'phcoder' Serbinenko
2009-08-29 7:53 ` Bean
2009-08-29 7:58 ` Michal Suchanek
2009-08-29 8:07 ` Vladimir 'phcoder' Serbinenko
2009-08-29 8:10 ` Bean
2009-08-29 8:43 ` Michal Suchanek
2009-08-29 8:06 ` Vladimir 'phcoder' Serbinenko
2009-06-19 6:08 ` Peter Cros
2009-06-19 11:53 ` Vladimir 'phcoder' Serbinenko
2009-06-19 16:15 ` Pavel Roskin [this message]
2009-06-19 16:24 ` Vladimir 'phcoder' Serbinenko
2009-06-21 11:05 ` Robert Millan
2009-08-28 15:19 ` Vladimir 'phcoder' Serbinenko
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=1245428129.2820.20.camel@mj \
--to=proski@gnu.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.