From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:48315 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751099AbcKZNqg (ORCPT ); Sat, 26 Nov 2016 08:46:36 -0500 Date: Sat, 26 Nov 2016 08:46:38 -0500 From: Chris Mason To: Christian Borntraeger CC: linux-btrfs , Linux Kernel Mailing List Subject: Re: btrfs: still lockdep splat for 4.9-rc5+ (btrfs_log_inode) Message-ID: <20161126134638.GA79987@clm-mbp.masoncoding.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed In-Reply-To: Sender: linux-btrfs-owner@vger.kernel.org List-ID: On Fri, Nov 25, 2016 at 10:03:25AM +0100, Christian Borntraeger wrote: >FWIW, I still see the lockdep splat in btrfs in 4.9-rc5+ Filipe reworked the code to avoid taking the same lock twice. As far as I can tell, this just needs some annotation. -chris