From patchwork Tue Jul 30 17:10:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Sterba X-Patchwork-Id: 11066231 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AC5011395 for ; Tue, 30 Jul 2019 17:09:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 995A8204FF for ; Tue, 30 Jul 2019 17:09:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8D5D1212D8; Tue, 30 Jul 2019 17:09:35 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI 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 3D901204FF for ; Tue, 30 Jul 2019 17:09:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729426AbfG3RJe (ORCPT ); Tue, 30 Jul 2019 13:09:34 -0400 Received: from mx2.suse.de ([195.135.220.15]:41718 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728184AbfG3RJd (ORCPT ); Tue, 30 Jul 2019 13:09:33 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id BBE5DAC10 for ; Tue, 30 Jul 2019 17:09:32 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id B4BFBDA808; Tue, 30 Jul 2019 19:10:07 +0200 (CEST) From: David Sterba To: linux-btrfs@vger.kernel.org Cc: David Sterba Subject: [PATCH 0/2] Sysfs updates Date: Tue, 30 Jul 2019 19:10:07 +0200 Message-Id: X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Export the potential debugging data in the per-filesystem directories we already have, so we can drop debugfs. The new directories depend on CONFIG_BTRFS_DEBUG so they're not affecting normal builds. David Sterba (2): btrfs: sysfs: add debugging exports btrfs: delete debugfs code fs/btrfs/sysfs.c | 68 +++++++++++++++++++++++------------------------- fs/btrfs/sysfs.h | 5 ---- 2 files changed, 32 insertions(+), 41 deletions(-)