Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751741Ab3G2Hu2 (ORCPT ); Mon, 29 Jul 2013 03:50:28 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:25130 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750821Ab3G2Hu0 (ORCPT ); Mon, 29 Jul 2013 03:50:26 -0400 Date: Mon, 29 Jul 2013 10:49:28 +0300 From: Dan Carpenter To: Dong Fang Cc: mfasheh@suse.com, jlbec@evilplan.org, akpm@linux-foundation.org, jeff.liu@oracle.com, viro@zeniv.linux.org.uk, sunil.mushran@gmail.com, tim.gardner@canonical.com, xuejiufei@huawei.com, shencanquan@huawei.com, ocfs2-devel@oss.oracle.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v2] fs/ocfs2: use list_for_each_entry() instead of list_for_each() Message-ID: <20130729074928.GB5053@mwanda> References: <1374931429-14062-1-git-send-email-yp.fangdong@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1374931429-14062-1-git-send-email-yp.fangdong@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet21.oracle.com [141.146.126.237] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1233 Lines: 33 On Sat, Jul 27, 2013 at 09:23:49AM -0400, Dong Fang wrote: > > Signed-off-by: Dong Fang > --- Put a note here what changed between v1 and v2. Also no one replied to the v1 patch to say that it was obsolete. I will take care of it this time but please handle it yourself in the future. Anyway, please reply to let us know what changed between v1 and v2. > fs/ocfs2/cluster/heartbeat.c | 14 +++++--------- > fs/ocfs2/dlm/dlmast.c | 8 +++----- > fs/ocfs2/dlm/dlmcommon.h | 4 +--- > fs/ocfs2/dlm/dlmconvert.c | 11 +++-------- > fs/ocfs2/dlm/dlmdebug.c | 15 ++++----------- > fs/ocfs2/dlm/dlmdomain.c | 20 +++++--------------- > fs/ocfs2/dlm/dlmlock.c | 9 ++------- > fs/ocfs2/dlm/dlmmaster.c | 17 ++++------------- > fs/ocfs2/dlm/dlmthread.c | 19 +++++-------------- > fs/ocfs2/dlm/dlmunlock.c | 4 +--- > 10 files changed, 33 insertions(+), 88 deletions(-) > regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/