From: Kiyoshi Ueda <k-ueda@ct.jp.nec.com>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: [PATCH 1/2] dm-mpath: Add mutex to synchronize adding and flushing work
Date: Mon, 16 Nov 2009 18:16:38 +0900 [thread overview]
Message-ID: <4B011876.1040101@ct.jp.nec.com> (raw)
In-Reply-To: <20091116073824.4070.71075.stgit@localhost.localdomain>
Hi Mike,
On 11/16/2009 04:38 PM +0900, Mike Anderson wrote:
> Add a mutex to allow possible creators of new work to synchronize with
> flushing work queues.
<snip>
> @@ -1268,7 +1271,11 @@ static void multipath_presuspend(struct dm_target *ti)
>
> static void multipath_postsuspend(struct dm_target *ti)
> {
> + struct multipath *m = (struct multipath *) ti->private;
Please drop the cast when it's from void.
For others,
Acked-by: Kiyoshi Ueda <k-ueda@ct.jp.nec.com>
Thanks,
Kiyoshi Ueda
next prev parent reply other threads:[~2009-11-16 9:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-16 7:38 [PATCH 0/2] dm-mpath: mutex and suspended check for messages Mike Anderson
2009-11-16 7:38 ` [PATCH 1/2] dm-mpath: Add mutex to synchronize adding and flushing work Mike Anderson
2009-11-16 9:16 ` Kiyoshi Ueda [this message]
2009-11-16 7:38 ` [PATCH 2/2] dm-mpath: Add element for suspended state Mike Anderson
2009-11-16 9:17 ` Kiyoshi Ueda
2009-11-16 13:54 ` Alasdair G Kergon
2009-11-20 7:19 ` 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=4B011876.1040101@ct.jp.nec.com \
--to=k-ueda@ct.jp.nec.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox