[<prev] [next>] [day] [month] [year] [list]
Message-ID: <63ADC13FD55D6546B7DECE290D39E373F292A95A@H3CMLB12-EX.srv.huawei-3com.com>
Date: Thu, 1 Mar 2018 00:36:53 +0000
From: Changwei Ge <ge.changwei@....com>
To: Larry Chen <lchen@...e.com>,
"mfasheh@...sity.com" <mfasheh@...sity.com>,
"jlbec@...lplan.org" <jlbec@...lplan.org>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"ocfs2-devel@....oracle.com" <ocfs2-devel@....oracle.com>
Subject: Re: [Ocfs2-devel] [PATCH] Correct a comment error
Hi Larry,
On 2018/2/28 18:18, Larry Chen wrote:
> The function ocfs2_double_lock tries to lock the inode with lower
> blockid first, not lockid.
As ocfs2's lock name includes block number, so I think the comment you want to
rework is all right.
So nack.
Thanks,
Changwei
>
> Signed-off-by: Larry Chen <lchen@...e.com>
> ---
> fs/ocfs2/namei.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c
> index c801eddc4bf3..30d454de35a8 100644
> --- a/fs/ocfs2/namei.c
> +++ b/fs/ocfs2/namei.c
> @@ -1133,7 +1133,7 @@ static int ocfs2_double_lock(struct ocfs2_super *osb,
> if (*bh2)
> *bh2 = NULL;
>
> - /* we always want to lock the one with the lower lockid first.
> + /* we always want to lock the one with the lower blockid first.
> * and if they are nested, we lock ancestor first */
> if (oi1->ip_blkno != oi2->ip_blkno) {
> inode1_is_ancestor = ocfs2_check_if_ancestor(osb, oi2->ip_blkno,
>
Powered by blists - more mailing lists