From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751745Ab3JZKqb (ORCPT ); Sat, 26 Oct 2013 06:46:31 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:27717 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751505Ab3JZKq3 (ORCPT ); Sat, 26 Oct 2013 06:46:29 -0400 Message-ID: <526B9C9D.8090102@huawei.com> Date: Sat, 26 Oct 2013 18:42:37 +0800 From: Kefeng Wang User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: Alexander Viro CC: John McCutchan , "J. Bruce Fields" , Eric Paris , Robert Love , , , Subject: Re: [PATCH 0/3] fs: use helper function path_foo() to simpily code References: <1381753562-47884-1-git-send-email-wangkefeng.wang@huawei.com> In-Reply-To: <1381753562-47884-1-git-send-email-wangkefeng.wang@huawei.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.135.68.221] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Any advice? ping... On 10/14 20:25, Kefeng Wang wrote: > Use helper function patch_equal() and path_put() to simpily code. > > Kefeng Wang (3): > fs: use path_equal() and path_put() to simplify code > fs: nfsd: use path_equal() to simply code > fs: notify: use path_equal() to simply code > > fs/namei.c | 20 ++++++-------------- > fs/nfsd/export.c | 3 +-- > fs/nfsd/nfs4xdr.c | 2 +- > fs/notify/fanotify/fanotify.c | 3 +-- > fs/notify/inotify/inotify_fsnotify.c | 3 +-- > 5 files changed, 10 insertions(+), 21 deletions(-) >