Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752451AbaKKWua (ORCPT ); Tue, 11 Nov 2014 17:50:30 -0500 Received: from imap.thunk.org ([74.207.234.97]:52424 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752148AbaKKWu2 (ORCPT ); Tue, 11 Nov 2014 17:50:28 -0500 Date: Tue, 11 Nov 2014 17:49:38 -0500 From: "Theodore Ts'o" To: Jeff Moyer Cc: Milosz Tanski , Dave Chinner , LKML , Christoph Hellwig , "linux-fsdevel@vger.kernel.org" , "linux-aio@kvack.org" , Mel Gorman , Volker Lendecke , Tejun Heo , Al Viro , Linux API , Michael Kerrisk , linux-arch@vger.kernel.org Subject: Re: [PATCH v6 0/7] vfs: Non-blockling buffered fs read (page cache only) Message-ID: <20141111224938.GA4112@thunk.org> Mail-Followup-To: Theodore Ts'o , Jeff Moyer , Milosz Tanski , Dave Chinner , LKML , Christoph Hellwig , "linux-fsdevel@vger.kernel.org" , "linux-aio@kvack.org" , Mel Gorman , Volker Lendecke , Tejun Heo , Al Viro , Linux API , 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) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 11, 2014 at 12:03:14PM -0500, Jeff Moyer wrote: > > I think he's referring to xfstests. Still, I think that's the wrong > place for functional testing. ltp would be better, imo. I disagree; xfstests is the right place for adding these tests, because these patches seem to require fs-specific support, and file system developers are already using xfstests when checking for regressions. Using xfstests is already part of most of the file system developers' workflow; ltp is not. So if you want to make sure we notice regressions, it really needs to go into xfstests. If you insist on putting it in ltp, then one of us will then have to make a copy of the tests and put it in xfstests. Cheers, - Ted -- 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/