linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Artem Bityutskiy <dedekind1@gmail.com>
To: Alexander Stein <alexander.stein@systec-electronic.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Brian Norris <computersforpeace@gmail.com>
Cc: linux-mtd@lists.infradead.org
Subject: Re: [PATCH v2 1/1] mtd: mtdram: Add parameter for setting writebuf size
Date: Wed, 02 Mar 2016 16:32:44 +0200	[thread overview]
Message-ID: <1456929164.2169.21.camel@gmail.com> (raw)
In-Reply-To: <1456924001-1000-1-git-send-email-alexander.stein@systec-electronic.com>

On Wed, 2016-03-02 at 14:06 +0100, Alexander Stein wrote:
> +config MTDRAM_WRITEBUF_SIZE
> +       int "MTDRAM write buf size in Bytes"
> +       depends on MTD_MTDRAM
> +       default "64"
> +       help
> +         This allows you to configure the write buffer size in the
> device
> +         emulated by the MTDRAM driver.  If the MTDRAM driver is
> built
> +         as a module, it is also possible to specify this as a
> parameter when
> +         loading the module. E.g. ubifs relies this in the recovery
> algorithm.

Why another Kconfig option (compile-time) instead of just a module
parameter (run-time), which would be more flexible?

  reply	other threads:[~2016-03-02 14:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-02 13:06 [PATCH v2 1/1] mtd: mtdram: Add parameter for setting writebuf size Alexander Stein
2016-03-02 14:32 ` Artem Bityutskiy [this message]
2016-03-02 14:35   ` Bityutskiy, Artem
2016-03-02 14:48     ` Alexander Stein
2016-03-02 14:54       ` Bityutskiy, Artem

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=1456929164.2169.21.camel@gmail.com \
    --to=dedekind1@gmail.com \
    --cc=alexander.stein@systec-electronic.com \
    --cc=computersforpeace@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).