Message ID | 20161125034706.GA20729@fieldses.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Bruce, On Thu, Nov 24, 2016 at 10:47:06PM -0500, J. Bruce Fields wrote: > On Wed, Nov 23, 2016 at 04:19:11PM -0700, Andreas Dilger wrote: > > On Nov 23, 2016, at 3:20 PM, J. Bruce Fields <bfields@fieldses.org> wrote: > > > > > > From: "J. Bruce Fields" <bfields@redhat.com> > > > > > > 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 <bfields@redhat.com> > > > --- > > > 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? This looks fine to me. Can you please resend as a formal patch? Also the patch to fix dirstress.c. Thanks, Eryu -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" 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.