From: Artem Bityutskiy <dedekind1@gmail.com>
To: Roman Tereshonkov <roman.tereshonkov@nokia.com>
Cc: dwmw2@infradead.org, linux-mtd@lists.infradead.org
Subject: Re: [PATCH 0/2] mtd: add BLKPG API based repartition support
Date: Mon, 20 Sep 2010 15:42:37 +0300 [thread overview]
Message-ID: <1284986557.5258.40.camel@localhost> (raw)
In-Reply-To: <1284719502-24183-1-git-send-email-roman.tereshonkov@nokia.com>
On Fri, 2010-09-17 at 13:31 +0300, Roman Tereshonkov wrote:
> Add support for mtd repartition based on the block
> device BLKPG interface:
> BLKPG_ADD_PARTITION - for partition creation;
> BLKPG_DEL_PARTITION - for partition delete
>
> The usage is based on BLKPG ioctl called with
> struct blkpg_ioctl_arg argument. This structure includes the
> reference to struct blkpg_partition discribing the
> partition name, offset and length for partition creation
> and partition number for its deletion.
>
> Disadvantage: there is no implementation for mtd
> flags control. The flags are always borrowed from
> the master device.
>
> Roman Tereshonkov (2):
> mtd: prepare partition add and del functions for ioctl requests
> mtd: add BLKPG API based repartition support
>
> drivers/mtd/mtdchar.c | 62 ++++++++++++++++-
> drivers/mtd/mtdpart.c | 154 +++++++++++++++++++++++++++++++++++-----
> include/linux/mtd/partitions.h | 5 ++
> 3 files changed, 201 insertions(+), 20 deletions(-)
The patches look good. Pushed to the l2-mtd-2.6.git tree with my
signature, thanks!
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
prev parent reply other threads:[~2010-09-20 12:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-17 10:31 [PATCH 0/2] mtd: add BLKPG API based repartition support Roman Tereshonkov
2010-09-17 10:31 ` [PATCH 1/2] mtd: prepare partition add and del functions for ioctl requests Roman Tereshonkov
2010-09-17 10:31 ` [PATCH 2/2] mtd: add BLKPG API based repartition support Roman Tereshonkov
2010-09-20 8:50 ` [PATCH 1/2] mtd: prepare partition add and del functions for ioctl requests Artem Bityutskiy
2010-09-20 12:00 ` Artem Bityutskiy
2010-09-20 12:42 ` Artem Bityutskiy [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=1284986557.5258.40.camel@localhost \
--to=dedekind1@gmail.com \
--cc=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=roman.tereshonkov@nokia.com \
/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.