From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750913AbdAXJBz (ORCPT ); Tue, 24 Jan 2017 04:01:55 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:47023 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750710AbdAXJBy (ORCPT ); Tue, 24 Jan 2017 04:01:54 -0500 From: Christian Borntraeger To: Chris Mason Cc: Linux Kernel Mailing List , linux-btrfs , Christian Borntraeger Subject: [PATCH 0/1] btrfs lockdep annotation Date: Tue, 24 Jan 2017 10:01:46 +0100 X-Mailer: git-send-email 2.7.4 In-Reply-To: <20161126134638.GA79987@clm-mbp.masoncoding.com> References: <20161126134638.GA79987@clm-mbp.masoncoding.com> X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 17012409-0008-0000-0000-000003DA4CA3 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17012409-0009-0000-0000-00001C369485 Message-Id: <1485248507-6079-1-git-send-email-borntraeger@de.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-01-24_06:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1701240078 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Chris, since my bug report about this did not result in any fix and since 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