From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750835AbdAXL1W (ORCPT ); Tue, 24 Jan 2017 06:27:22 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:45126 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750739AbdAXL1V (ORCPT ); Tue, 24 Jan 2017 06:27:21 -0500 Subject: Re: [PATCH 0/1] btrfs lockdep annotation To: fdmanana@gmail.com References: <20161126134638.GA79987@clm-mbp.masoncoding.com> <1485248507-6079-1-git-send-email-borntraeger@de.ibm.com> Cc: Chris Mason , Linux Kernel Mailing List , linux-btrfs From: Christian Borntraeger Date: Tue, 24 Jan 2017 12:27:14 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 17012411-0028-0000-0000-000006DCB53E X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006489; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000200; SDB=6.00811974; UDB=6.00395939; IPR=6.00589390; BA=6.00005084; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00014023; XFM=3.00000011; UTC=2017-01-24 11:27:18 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17012411-0029-0000-0000-000032F9C567 Message-Id: <73669801-4a2e-485e-1251-da8723666e22@de.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-01-24_08:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=4 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1701240091 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/24/2017 11:22 AM, Filipe Manana wrote: > On Tue, Jan 24, 2017 at 9:01 AM, Christian Borntraeger > wrote: >> Chris, >> >> since my bug report about this did not result in any fix and since > > It was fixed and the fix landed in 4.10-rc4: Thanks, I missed that last pull. > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=781feef7e6befafd4d9787d1f7ada1f9ccd504e4 > >> this disables lockdep before the the code that I want to debug runs >> here is my attempt to fix it. >> Please double check if the subclass looks right. It seems to work >> for me but I do not know enough about btrfs to decide if this is >> right or not. >> >> Christian Borntraeger (): >> btrfs: add lockdep annotation for btrfs_log_inode >> >> fs/btrfs/tree-log.c | 2 +- >> >> -- >> 2.7.4 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > >