From: Li Zefan <lizf@cn.fujitsu.com>
To: Danny Feng <dfeng@redhat.com>
Cc: Paul Menage <menage@google.com>,
containers@lists.linux-foundation.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] cgroup: fix reverse unlock sequence in cgroup_get_sb
Date: Wed, 22 Jul 2009 10:18:28 +0800 [thread overview]
Message-ID: <4A6676F4.7070201@cn.fujitsu.com> (raw)
In-Reply-To: <4A667218.7040105@redhat.com>
Danny Feng wrote:
> On 07/22/2009 12:03 AM, Paul Menage wrote:
>> On Tue, Jul 21, 2009 at 3:25 AM, Xiaotian Feng<dfeng@redhat.com> wrote:
>>> In cgroup_get_sb, the lock sequence is:
>>> mutex_lock(&inode->i_mutex);
>>> mutex_lock(&cgroup->mutex);
>>> so the last unlock sequence should be:
>>
>> Make this "so for consistency the last ..." ?
>>
>> Maybe make the patch title "Make unlock sequence in cgroup_get_sb
>> consistent" so someone looking through the change logs for fixes to
>> backport doesn't wrongly thing that this fixes any bug"?
>>
>
> Yep, this is a trivial patch. Modified following your suggestion, thank
> you.
>
As far as it's not declared as a fix, I has no objection to this
patch.
Please always inline the patch in the mail body. And when resending
the patch, add the acked-by you collected in it:
Acked-by: Balbir ...
Acked-by: Paul ...
Signed-off-by: Xiaotian ...
You may resend the patch to Andrew Morton, who picks up cgroup
patches, otherwise the patch may be overlooked.
>>> mutex_unlock(&cgroup->mutex);
>>> mutex_unlock(&inode->i_mutex);
>>>
>>> Signed-off-by: Xiaotian Feng<dfeng@redhat.com>
>>
>> Acked-by: Paul Menage<menage@google.com>
>>
>> Paul
>
next prev parent reply other threads:[~2009-07-22 2:20 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-21 10:25 [PATCH] cgroup: fix reverse unlock sequence in cgroup_get_sb Xiaotian Feng
2009-07-21 11:10 ` Balbir Singh
[not found] ` <20090721111019.GV24157-SINUvgVNF2CyUtPGxGje5AC/G2K4zDHf@public.gmane.org>
2009-07-21 11:12 ` Danny Feng
2009-07-21 11:38 ` Zefan Li
[not found] ` <8522a3d30907210438u6fce081fi835bf964d0c01e8a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-07-21 12:01 ` Balbir Singh
2009-07-21 12:01 ` Balbir Singh
[not found] ` <20090721120106.GW24157-SINUvgVNF2CyUtPGxGje5AC/G2K4zDHf@public.gmane.org>
2009-07-21 15:34 ` Paul Menage
2009-07-22 0:53 ` Li Zefan
2009-07-21 15:34 ` Paul Menage
2009-07-21 15:47 ` Balbir Singh
[not found] ` <6599ad830907210834y30e7d57aj978898a300a447d0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-07-21 15:47 ` Balbir Singh
2009-07-22 0:53 ` Li Zefan
2009-07-22 1:42 ` Danny Feng
[not found] ` <4A66630C.3030303-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2009-07-22 1:42 ` Danny Feng
2009-07-21 11:12 ` Danny Feng
2009-07-21 16:03 ` Paul Menage
2009-07-22 1:57 ` Danny Feng
[not found] ` <4A667218.7040105-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-22 2:18 ` Li Zefan
2009-07-22 2:18 ` Li Zefan [this message]
[not found] ` <4A6676F4.7070201-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2009-07-22 2:32 ` Danny Feng
2009-07-22 2:32 ` Danny Feng
[not found] ` <6599ad830907210903q7206cac2l83a9139d19c5e1a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-07-22 1:57 ` Danny Feng
[not found] ` <1248171926-20232-1-git-send-email-dfeng-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-21 11:10 ` Balbir Singh
2009-07-21 16:03 ` Paul Menage
-- strict thread matches above, loose matches on Subject: below --
2009-07-21 10:25 Xiaotian Feng
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=4A6676F4.7070201@cn.fujitsu.com \
--to=lizf@cn.fujitsu.com \
--cc=containers@lists.linux-foundation.org \
--cc=dfeng@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=menage@google.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.