From patchwork Mon Jan 29 16:13:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrey Korolyov X-Patchwork-Id: 10189915 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 300056020C for ; Mon, 29 Jan 2018 16:14:05 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0E72D2871A for ; Mon, 29 Jan 2018 16:14:05 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 01C3F288CF; Mon, 29 Jan 2018 16:14:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AE4442871A for ; Mon, 29 Jan 2018 16:14:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751219AbeA2QOA (ORCPT ); Mon, 29 Jan 2018 11:14:00 -0500 Received: from mail-ua0-f174.google.com ([209.85.217.174]:41224 "EHLO mail-ua0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750959AbeA2QOA (ORCPT ); Mon, 29 Jan 2018 11:14:00 -0500 Received: by mail-ua0-f174.google.com with SMTP id f5so5004702ual.8 for ; Mon, 29 Jan 2018 08:13:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xdel.ru; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=4xgeOMkYBlQXLJJfilf39OBTJml7He4bIgjZw7py404=; b=lswfVS763AqPTzMnoOZCgPMORRREBhXDQvGFTCYGCPZhz1HtSFkPvdYkI5InU2KlIT Kvrt9xlKq75wmEVm1pKRFQ+zfMTMZkrbkRDyikf4zmwqwLPaTKN5ygJ+UW3otMhS6VGI f9botJGI+VVP1Qi44U9RJdFw9UDB1c04PRGOw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=4xgeOMkYBlQXLJJfilf39OBTJml7He4bIgjZw7py404=; b=KGEtzfL2AEWiKgmJLMDr9o8bn2ruHMLKhEDwJuvLmoMAtrIOByJpDoY0ai2AHLinOg HUPAJLnPlWfRTxQv8H+GKsbHmI49HwBmTWqWnAzn83wQ/cG/a2DJSbkedz7SxTK+J0Eq HMC+k6Fgg9K7Hb6W5xSFs8cwWPs1ScNLuzkm/KdYK2DuL1kthNJS7hbrzkL2q+U5owMl d9geORfPXF4bhbDPdwLRms4L0/g7jcXooDxzwosl9J3bMatfmpl3dKnkLAWSim098kG+ uohGs3kePGjM1SBHE+mKGGL/gGk9djr4JXcT6H65fwN3Vs/MZAXy7fUM6wDECAOfNKwm pRsw== X-Gm-Message-State: AKwxyteC4BeWx0Hbqw5Bc69ZIZN18VMIdJq/XMytxMRu0Y2RMAK/HNxy h+5nX5DCNqG+E0kQzLbRgwiGsFeYHdHgWku1mWkKtA== X-Google-Smtp-Source: AH8x225/r4q1G5PVcud5vOOii7tIiOV0aYaH+6IQOHj9q/1M6m99qzrtAOuFXp6p2c7BHbB7kZJg40+1w6yfpsx6wOY= X-Received: by 10.176.74.7 with SMTP id q7mr19241488uae.164.1517242439387; Mon, 29 Jan 2018 08:13:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.176.96.18 with HTTP; Mon, 29 Jan 2018 08:13:39 -0800 (PST) In-Reply-To: References: From: Andrey Korolyov Date: Mon, 29 Jan 2018 19:13:39 +0300 Message-ID: Subject: Re: ceph-disk triggers XFS kernel bug? To: Christian Theune Cc: kefu chai , Wyllys Ingersoll , Ceph Development Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP It appears that RH fixed that bug on top on their xfs queue: --- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- a/fs/xfs/xfs_attr_inactive.c +++ b/fs/xfs/xfs_attr_inactive.c @@ -302,6 +302,8 @@ &bp, XFS_ATTR_FORK); if (error) return error; + node = bp->b_addr; + btree = dp->d_ops->node_tree_p(node); child_fsb = be32_to_cpu(btree[i + 1].before); xfs_trans_brelse(*trans, bp); }