From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753660Ab0JARSc (ORCPT ); Fri, 1 Oct 2010 13:18:32 -0400 Received: from fieldses.org ([174.143.236.118]:39366 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753380Ab0JARSa (ORCPT ); Fri, 1 Oct 2010 13:18:30 -0400 Date: Fri, 1 Oct 2010 13:18:10 -0400 To: Benjamin Herrenschmidt Cc: Nick Piggin , Trond Myklebust , "linux-kernel@vger.kernel.org" , Al Viro , linux-fsdevel@vger.kernel.org, linux-nfs@vger.kernel.org Subject: Re: Odd NFS related SIGBUS (& possible fix) Message-ID: <20101001171810.GC30570@fieldses.org> References: <1285734825.14081.87.camel@pasglop> <1285912667.2463.68.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1285912667.2463.68.camel@pasglop> User-Agent: Mutt/1.5.20 (2009-06-14) From: "J. Bruce Fields" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 01, 2010 at 03:57:47PM +1000, Benjamin Herrenschmidt wrote: > (Reminder: On 2.6.32.16, where we initially experienced the problem, I > found out that we get a -lot- of invalidations coming due to server > mtime being more recent than the local mtime, which is very very odd > considering that the local machine is the only one to ever modify the > files) Possibly also related?: https://bugzilla.redhat.com/show_bug.cgi?id=636590 We see what seem to be cache invalidations when all we're doing is something like open write close open read from a single thread on a single client. This happens over a variety of protocol and server versions. --b.