X-Spam-Checker-Version: SpamAssassin 3.3.0-rupdated (updated) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.0-rupdated Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id n9F07Erg221862 for ; Wed, 14 Oct 2009 19:07:15 -0500 X-ASG-Debug-ID: 1255565323-3e74037f0000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from tac.ki.iif.hu (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id C22661227EE8 for ; Wed, 14 Oct 2009 17:08:43 -0700 (PDT) Received: from tac.ki.iif.hu (tac.ki.iif.hu [193.6.222.43]) by cuda.sgi.com with ESMTP id 4szgQFOz6sz1xxCC for ; Wed, 14 Oct 2009 17:08:43 -0700 (PDT) Received: from wferi by tac.ki.iif.hu with local (Exim 4.69) (envelope-from ) id 1MyDtG-0007Ae-Oi; Thu, 15 Oct 2009 02:08:22 +0200 From: Ferenc Wagner To: Christoph Hellwig Cc: Ray Lee , Andrew Morton , Peter Staubach , Miklos Szeredi , xfs@oss.sgi.com, linux-kernel@vger.kernel.org X-ASG-Orig-Subj: Re: mmap vs mtime in 2.6.26 and up Subject: Re: mmap vs mtime in 2.6.26 and up References: <20090518114305.GA6303@infradead.org> <87vdj742dt.fsf@tac.ki.iif.hu> <20090926131043.GA25204@infradead.org> Date: Thu, 15 Oct 2009 02:08:22 +0200 In-Reply-To: <20090926131043.GA25204@infradead.org> (Christoph Hellwig's message of "Sat, 26 Sep 2009 09:10:43 -0400") Message-ID: <87oco94iyx.fsf@tac.ki.iif.hu> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Barracuda-Connect: tac.ki.iif.hu[193.6.222.43] X-Barracuda-Start-Time: 1255565324 X-Barracuda-Bayes: INNOCENT GLOBAL 0.0000 1.0000 -2.0210 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -2.02 X-Barracuda-Spam-Status: No, SCORE=-2.02 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.1 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.11801 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on oss.sgi.com X-Virus-Status: Clean Christoph Hellwig writes: > On Fri, Sep 25, 2009 at 02:47:42PM +0200, Ferenc Wagner wrote: > >> I added some fresh test results to >> http://bugzilla.kernel.org/show_bug.cgi?id=2645. In short, under >> 2.6.30-rc8 the test program reports full failure on XFS and RAMFS, >> full success on EXT3, VFAT and ReiserFS, and mixed results on TMPFS: > > There's a patch queued up for inclusion in 2.6.32 to work around this > issue in XFS. The lack of a proper callout from the VFS still makes > this a much less than ideal solution. Great, anyway! Somehow I managed to gloss over this mail until now, but happened to test 2.6.32-rc4 and found the issue fixed. At least for XFS, as my latest addition to the bug report details it. Thank you very much for taking care of this issue! -- Regards, Feri.