From: Paul Mundt <lethal@linux-sh.org>
To: Adrian McMenamin <adrian@newgolddream.dyndns.info>
Cc: linux-fsdevel <linux-fsdevel@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
linux-sh <linux-sh@vger.kernel.org>,
Josef 'Jeff' Sipek <jeffpc@josefsipek.net>,
Sam Ravnborg <sam@ravnborg.org>
Subject: Re: [RFC][patch] filesystem: Vmufat filesystem, version 4
Date: Tue, 14 Apr 2009 07:03:14 +0000 [thread overview]
Message-ID: <20090414070314.GB29075@linux-sh.org> (raw)
In-Reply-To: <1239692429.6538.2.camel@localhost.localdomain>
On Tue, Apr 14, 2009 at 08:00:29AM +0100, Adrian McMenamin wrote:
> On Tue, 2009-04-14 at 06:59 +0900, Paul Mundt wrote:
>
> > This file system is tied directly to the VMU. Assumptions about the
> > on-disk format, block numbering limitations, etc. are all VMU
> > constraints, and papering over that in the Kconfig text is not
> > sufficient. This file system is and always will be tied to the VMU, and
> > you really do not want to decouple the two. What you do in loopback mode
> > for testing is your own business, but this will not work in the way
> > people expect on a fixed disk. You are only making things harder on
> > yourself by insisting that this is somehow generic.
> >
> > The file system at least wants a dependency on the VMU (and I suppose
> > mtdblock) itself.
>
> Why won't it work on a fixed disk "in the way people expect"? Granted
> they'd be eccentric to format a disk in this way but there is no
> inherent reason why this file system *has* to be tied to a VMU.
>
Everything about the on-disk format is tied to the VMU. Until that sinks
in, don't bother sending me email, thanks.
WARNING: multiple messages have this Message-ID (diff)
From: Paul Mundt <lethal@linux-sh.org>
To: Adrian McMenamin <adrian@newgolddream.dyndns.info>
Cc: linux-fsdevel <linux-fsdevel@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
linux-sh <linux-sh@vger.kernel.org>,
"Josef 'Jeff' Sipek" <jeffpc@josefsipek.net>,
Sam Ravnborg <sam@ravnborg.org>
Subject: Re: [RFC][patch] filesystem: Vmufat filesystem, version 4
Date: Tue, 14 Apr 2009 16:03:14 +0900 [thread overview]
Message-ID: <20090414070314.GB29075@linux-sh.org> (raw)
In-Reply-To: <1239692429.6538.2.camel@localhost.localdomain>
On Tue, Apr 14, 2009 at 08:00:29AM +0100, Adrian McMenamin wrote:
> On Tue, 2009-04-14 at 06:59 +0900, Paul Mundt wrote:
>
> > This file system is tied directly to the VMU. Assumptions about the
> > on-disk format, block numbering limitations, etc. are all VMU
> > constraints, and papering over that in the Kconfig text is not
> > sufficient. This file system is and always will be tied to the VMU, and
> > you really do not want to decouple the two. What you do in loopback mode
> > for testing is your own business, but this will not work in the way
> > people expect on a fixed disk. You are only making things harder on
> > yourself by insisting that this is somehow generic.
> >
> > The file system at least wants a dependency on the VMU (and I suppose
> > mtdblock) itself.
>
> Why won't it work on a fixed disk "in the way people expect"? Granted
> they'd be eccentric to format a disk in this way but there is no
> inherent reason why this file system *has* to be tied to a VMU.
>
Everything about the on-disk format is tied to the VMU. Until that sinks
in, don't bother sending me email, thanks.
next prev parent reply other threads:[~2009-04-14 7:03 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-14 21:19 [RFC][PATCH] filesystem: VMUFAT filesystem Adrian McMenamin
2009-04-13 20:32 ` [RFC][patch] filesystem: Vmufat filesystem, version 4 Adrian McMenamin
2009-04-13 20:32 ` Adrian McMenamin
2009-04-13 21:00 ` Paul Mundt
2009-04-13 21:00 ` Paul Mundt
2009-04-13 21:36 ` Adrian McMenamin
2009-04-13 21:36 ` Adrian McMenamin
2009-04-13 21:40 ` Adrian McMenamin
2009-04-13 21:40 ` Adrian McMenamin
2009-04-13 22:28 ` Mike Frysinger
2009-04-13 22:28 ` Mike Frysinger
2009-04-13 21:59 ` Paul Mundt
2009-04-13 21:59 ` Paul Mundt
2009-04-14 7:00 ` Adrian McMenamin
2009-04-14 7:00 ` Adrian McMenamin
2009-04-14 7:03 ` Paul Mundt [this message]
2009-04-14 7:03 ` Paul Mundt
2009-04-14 7:16 ` Adrian McMenamin
2009-04-14 7:16 ` Adrian McMenamin
2009-04-14 7:23 ` Mike Frysinger
2009-04-14 7:23 ` Mike Frysinger
2009-04-14 7:38 ` Sam Ravnborg
2009-04-14 7:38 ` Sam Ravnborg
2009-04-16 11:23 ` Al Viro
2009-04-16 11:23 ` Al Viro
2009-04-24 22:14 ` Pavel Machek
2009-04-24 22:14 ` Pavel Machek
2009-04-27 17:56 ` Mike Frysinger
2009-04-27 17:56 ` Mike Frysinger
2009-04-27 18:03 ` Pavel Machek
2009-04-27 18:03 ` Pavel Machek
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=20090414070314.GB29075@linux-sh.org \
--to=lethal@linux-sh.org \
--cc=adrian@newgolddream.dyndns.info \
--cc=jeffpc@josefsipek.net \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=sam@ravnborg.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.