From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753321AbZHaQlR (ORCPT ); Mon, 31 Aug 2009 12:41:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753289AbZHaQlQ (ORCPT ); Mon, 31 Aug 2009 12:41:16 -0400 Received: from mga09.intel.com ([134.134.136.24]:27568 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753286AbZHaQlQ (ORCPT ); Mon, 31 Aug 2009 12:41:16 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.44,306,1249282800"; d="scan'208";a="546392909" Message-ID: <4A9BFD2C.90302@linux.intel.com> Date: Mon, 31 Aug 2009 18:41:16 +0200 From: Andi Kleen User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Hugh Dickins CC: Andrew Morton , Dave Hansen , Christoph Hellwig , Valerie Aurora , Al Viro , linux-kernel@vger.kernel.org Subject: Re: [PATCH mmotm] vfs: optimize touch_time too fix References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hugh Dickins wrote: > Recent mmotms give me WARNING: at fs/namespace.c:612 mntput_no_expire()+... > when unmounting: __mntput()'s WARN_ON(count_mnt_writers(mnt)). Oops. Strange I ran my system quite some time with the patches and didn't see these warnings. Thanks Hugh. -Andi