From: Kiyoshi Ueda <k-ueda@ct.jp.nec.com>
To: Alasdair Kergon <agk@redhat.com>
Cc: device-mapper development <dm-devel@redhat.com>
Subject: [PATCH 0/4] use block-layer's clone interface in request-based dm
Date: Fri, 19 Jun 2009 16:40:04 +0900 [thread overview]
Message-ID: <4A3B40D4.1040905@ct.jp.nec.com> (raw)
Hi Alasdair,
This patch-set changes request-based dm to use the block-layer's
clone setup interface, blk_rq_prep_clone().
(Before that, some clean-ups for request-based dm are included.)
This patch-set can be applied on top of your linux-next patches
including request-based dm (v3):
http://marc.info/?l=dm-devel&m=124392590507004&w=2
Summary of the patch-set
------------------------
1/4: dm core: use BUG_ON in dm_end_request()
2/4: dm core: clean up completion handling of clone bio
3/4: dm core: remove 'md' argument from free_rq_tio()
4/4: dm core: use generic clone setup interface
drivers/md/dm.c | 160 ++++++++++++++++++--------------------------------------
1 file changed, 52 insertions(+), 108 deletions(-)
Thanks,
Kiyoshi Ueda
next reply other threads:[~2009-06-19 7:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-19 7:40 Kiyoshi Ueda [this message]
2009-06-19 7:49 ` [PATCH 1/4] dm core: use BUG_ON in dm_end_request() Kiyoshi Ueda
2009-06-19 7:50 ` [PATCH 2/4] dm core: clean up completion handling of clone bio Kiyoshi Ueda
2009-06-19 7:50 ` [PATCH 3/4] dm core: remove 'md' argument from free_rq_tio() Kiyoshi Ueda
2009-06-19 7:51 ` [PATCH 4/4] dm core: use generic clone setup interface Kiyoshi Ueda
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=4A3B40D4.1040905@ct.jp.nec.com \
--to=k-ueda@ct.jp.nec.com \
--cc=agk@redhat.com \
--cc=dm-devel@redhat.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.