Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754332AbdCBIet (ORCPT ); Thu, 2 Mar 2017 03:34:49 -0500 Received: from mail-lf0-f67.google.com ([209.85.215.67]:33134 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754240AbdCBIek (ORCPT ); Thu, 2 Mar 2017 03:34:40 -0500 Date: Thu, 2 Mar 2017 10:32:18 +0300 From: Cyrill Gorcunov To: Andrei Vagin Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, viro@zeniv.linux.org.uk, akpm@linuxfoundation.org, xemul@virtuozzo.com, mtk.manpages@gmail.com, kir@openvz.org, luto@amacapital.net, jbaron@akamai.com, Andrey Vagin Subject: Re: [RFC v2 2/3] kcmp: Add KCMP_EPOLL_TFD mode to compare epoll target files Message-ID: <20170302073217.GD28817@uranus.lan> References: <20170221171255.023016858@openvz.org> <20170227224346.GA7101@outlook.office365.com> <20170228065306.GH22938@uranus> <20170228171246.GC28817@uranus.lan> <20170301230508.GA19953@outlook.office365.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170301230508.GA19953@outlook.office365.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 229 Lines: 8 On Wed, Mar 01, 2017 at 03:05:09PM -0800, Andrei Vagin wrote: > > I rewrote this function and I think it looks more readable now. What do you > think? > Agreed! I'll prepare new version for the whole set and resend. Thank you!