All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/9] UBIFS: Implement read-only UBIFS support in U-Boot (Part 1)
Date: Thu, 26 Feb 2009 13:34:29 +0100	[thread overview]
Message-ID: <200902261334.30092.sr@denx.de> (raw)
In-Reply-To: <1235646257.25808.34.camel@localhost.localdomain>

On Thursday 26 February 2009, Artem Bityutskiy wrote:
> > The U-Boot UBIFS implementation is largely a direct copy from the current
> > Linux version (2.6.29-rc6). As already done in the UBI version we have an
> > "abstraction layer" to redefine or remove some OS calls (e.g.
> > mutex_lock() ...). This makes it possible to use the original Linux code
> > with very little changes. And by this we can better update to later Linux
> > versions.
>
> Well, this is not abstraction layer, we just thought that at some point
> we'd have more fine-grained locking, so we wrapped the LPT mutex :-)
>
> Also, you could probably remove a lot of code related to writing, if you
> wanted. E.g., whole garbage collecting, committing, synching stuff, and
> so on.

Yes, sure. I already removed a lot of code. It would be great if you could 
point me to some parts of the code that could be removed as well. Could be 
that I overlooked some things.

Thanks.

Best regards,
Stefan

      reply	other threads:[~2009-02-26 12:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-26 10:48 [U-Boot] [PATCH 2/9] UBIFS: Implement read-only UBIFS support in U-Boot (Part 1) Stefan Roese
2009-02-26 11:04 ` Artem Bityutskiy
2009-02-26 12:34   ` Stefan Roese [this message]

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=200902261334.30092.sr@denx.de \
    --to=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /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.