Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161187AbaKNQkG (ORCPT ); Fri, 14 Nov 2014 11:40:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40597 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965737AbaKNQkE (ORCPT ); Fri, 14 Nov 2014 11:40:04 -0500 Date: Fri, 14 Nov 2014 11:39:12 -0500 From: Dave Jones To: Jeff Moyer Cc: Dave Chinner , Milosz Tanski , linux-kernel@vger.kernel.org, Christoph Hellwig , linux-fsdevel@vger.kernel.org, linux-aio@kvack.org, Mel Gorman , Volker Lendecke , Tejun Heo , "Theodore Ts'o" , Al Viro , linux-api@vger.kernel.org, Michael Kerrisk , linux-arch@vger.kernel.org Subject: Re: [PATCH v6 0/7] vfs: Non-blockling buffered fs read (page cache only) Message-ID: <20141114163912.GA23769@redhat.com> Mail-Followup-To: Dave Jones , Jeff Moyer , Dave Chinner , Milosz Tanski , linux-kernel@vger.kernel.org, Christoph Hellwig , linux-fsdevel@vger.kernel.org, linux-aio@kvack.org, Mel Gorman , Volker Lendecke , Tejun Heo , Theodore Ts'o , Al Viro , linux-api@vger.kernel.org, Michael Kerrisk , linux-arch@vger.kernel.org References: <20141111064417.GT23575@dastard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 14, 2014 at 11:32:53AM -0500, Jeff Moyer wrote: > > Can you write a test (or set of) for fstests that exercises this new > > functionality? I'm not worried about performance, just > > correctness.... > > On the subject of testing, I added support to trinity (attached, > untested). That did raise one question. Do we expect applications to > #include to get the RWF_NONBLOCK definition? Trinity will at least need an addition to include/compat.h for older headers that won't have the definition. Looks ok otherwise. Also, I usually sit on stuff like this until the syscall numbers are in Linus tree. This is 3.19 stuff I presume ? istr akpm picked up execveat recently, so if that goes in first, we'll need to respin this anyway.. Dave -- 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/