From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932244AbbB0WYc (ORCPT ); Fri, 27 Feb 2015 17:24:32 -0500 Received: from prod-mail-xrelay02.akamai.com ([72.246.2.14]:34787 "EHLO prod-mail-xrelay02.akamai.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754836AbbB0WYa (ORCPT ); Fri, 27 Feb 2015 17:24:30 -0500 Message-ID: <54F0EE9D.5010502@akamai.com> Date: Fri, 27 Feb 2015 17:24:29 -0500 From: Jason Baron User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Hagen Paul Pfeifer CC: normalperson@yhbt.net, linux-kernel@vger.kernel.org, Michael Kerrisk-manpages , Peter Zijlstra , linux-fsdevel@vger.kernel.org, viro@zeniv.linux.org.uk, davidel@xmailserver.org, Andrew Morton , linux-api@vger.kernel.org, mingo@redhat.com Subject: Re: [PATCH v2 2/2] epoll: introduce EPOLLEXCLUSIVE and EPOLLROUNDROBIN References: <7956874bfdc7403f37afe8a75e50c24221039bd2.1424200151.git.jbaron@akamai.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, v3 of this series implements this idea using using a different approach: http://lkml.iu.edu/hypermail/linux/kernel/1502.3/00667.html If that still meets your needs it would be helpful to know in order to move this forward. Looking back at your posting, I was concerned about the test case not lining up with the kernel code change. Thanks, -Jason On 02/27/2015 03:56 PM, Hagen Paul Pfeifer wrote: > > Applause! Nice patch, sad that I submitted this patch ~3 years ago with > exactly the same naming (EPOLLEXCLUSIVE) & nearly exact commit message and > you rejected the patch ... > > Hagen >