Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756292Ab3H3UtD (ORCPT ); Fri, 30 Aug 2013 16:49:03 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:34915 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753769Ab3H3UtA (ORCPT ); Fri, 30 Aug 2013 16:49:00 -0400 Date: Fri, 30 Aug 2013 21:48:52 +0100 From: Al Viro To: Waiman Long Cc: Linus Torvalds , Ingo Molnar , Benjamin Herrenschmidt , Jeff Layton , Miklos Szeredi , Ingo Molnar , Thomas Gleixner , linux-fsdevel , Linux Kernel Mailing List , Peter Zijlstra , Steven Rostedt , Andi Kleen , "Chandramouleeswaran, Aswin" , "Norton, Scott J" Subject: Re: [PATCH v7 1/4] spinlock: A new lockref structure for lockless update of refcount Message-ID: <20130830204852.GE13318@ZenIV.linux.org.uk> References: <52200DAE.2020303@hp.com> <5220E56A.80603@hp.com> <5220F090.5050908@hp.com> <20130830194059.GC13318@ZenIV.linux.org.uk> <5220F811.9060902@hp.com> <20130830202608.GD13318@ZenIV.linux.org.uk> <52210225.60805@hp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52210225.60805@hp.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 809 Lines: 22 On Fri, Aug 30, 2013 at 04:35:49PM -0400, Waiman Long wrote: > The AIM7 test was run on a set of 16 ramdisk formated with ext3 > filesystem with the following mount options: > barrier=0,async,noatime,nodiratime. Maybe that is a factor. I would be really surprised if it was... Could you slap the following into __fput(): struct mount *m = real_mount(mnt); if (unlikely(!m->mnt_ns)) { printk(KERN_INFO "type = %s", mnt->mnt_sb->s_type->name); WARN_ON(1); } and see what it catches? That'll need #include "fs/mount.h" in fs/file_table.c to compile... -- 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/