From patchwork Fri Nov 25 03:47:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "J. Bruce Fields" X-Patchwork-Id: 9446429 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 8A6686071B for ; Fri, 25 Nov 2016 03:47:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 74B5927F9A for ; Fri, 25 Nov 2016 03:47:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 689C727FA5; Fri, 25 Nov 2016 03:47:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3666B20572 for ; Fri, 25 Nov 2016 03:47:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752090AbcKYDrZ (ORCPT ); Thu, 24 Nov 2016 22:47:25 -0500 Received: from fieldses.org ([173.255.197.46]:59066 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751373AbcKYDrZ (ORCPT ); Thu, 24 Nov 2016 22:47:25 -0500 Received: by fieldses.org (Postfix, from userid 2815) id BC45FABE; Thu, 24 Nov 2016 22:47:06 -0500 (EST) Date: Thu, 24 Nov 2016 22:47:06 -0500 From: "J. Bruce Fields" To: Andreas Dilger Cc: linux-fsdevel , fstests@vger.kernel.org, Linux NFS Mailing List Subject: Re: [PATCH xfstests] dirstress: Allow ESTALE as well as ENOENT Message-ID: <20161125034706.GA20729@fieldses.org> References: <20161123222054.GA7900@fieldses.org> <35420A4E-1698-4743-9523-CBF43F2A2DC6@dilger.ca> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <35420A4E-1698-4743-9523-CBF43F2A2DC6@dilger.ca> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Wed, Nov 23, 2016 at 04:19:11PM -0700, Andreas Dilger wrote: > On Nov 23, 2016, at 3:20 PM, J. Bruce Fields wrote: > > > > From: "J. Bruce Fields" > > > > In the NFS case an attempt to chdir out of a removed directory could result > > in ESTALE, and that should not cause the test to fail. > > > > This was causing intermittent failures on generic/011 on NFS. > > > > Signed-off-by: J. Bruce Fields > > --- > > src/dirstress.c | 12 ++++++++---- > > 1 file changed, 8 insertions(+), 4 deletions(-) > > > > Sorry, who do xfstests patches go to?--b. > > They are sent to fstests@vger.kernel.org Thanks! Might be worth something like this too? --b. commit 0d61e7b9779d Author: J. Bruce Fields Date: Thu Nov 24 22:41:26 2016 -0500 Document fstests mailing list Signed-off-by: J. Bruce Fields --- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/README b/README index d1f6788a17a3..0a6ac6ece5aa 100644 --- a/README +++ b/README @@ -248,3 +248,9 @@ Pass/failure: The recent pass/fail history is maintained in the file "check.log". The elapsed time for the most recent pass for each test is kept in "check.time". + +__________________ +SUBMITTING PATCHES +__________________ + +Send patches to the fstests mailing list at fstests@vger.kernel.org.