From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [vfs] WARNING: CPU: 0 PID: 3 at fs/dcache.c:255 __d_free() Date: Mon, 3 Nov 2014 07:17:11 +0000 Message-ID: <20141103071711.GZ7996@ZenIV.linux.org.uk> References: <20141103070142.GB1189@wfg-t540p.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: LKP , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Fengguang Wu Return-path: Content-Disposition: inline In-Reply-To: <20141103070142.GB1189@wfg-t540p.sh.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Nov 03, 2014 at 03:01:42PM +0800, Fengguang Wu wrote: > Hi Al, > > 0day kernel testing robot got the below dmesg and the first bad commit is > > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-next > > commit ff1995cbc0eb7c4beeca313a150111e3e3622e2c > Author: Al Viro > AuthorDate: Sun Oct 26 19:19:16 2014 -0400 > Commit: Al Viro > CommitDate: Fri Oct 31 13:04:16 2014 -0400 > Right, but the warning is a false positive - both of these WARN_ON should be moved to dentry_free() (both the __d_free() and __d_free_external() ones, that is). Will fix and push tomorrow morning...