From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4EB0C3DA70 for ; Thu, 17 Aug 2023 17:10:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353664AbjHQRJ5 (ORCPT ); Thu, 17 Aug 2023 13:09:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353914AbjHQRJz (ORCPT ); Thu, 17 Aug 2023 13:09:55 -0400 Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D1642136; Thu, 17 Aug 2023 10:09:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=48Maj4Oc5uaXDRN1l09bKvkNpQDUxrj5O8ykLfCCRCY=; b=VGcizsj0cCP8Axz8z08LD6d0yc kA0ozrjzZIu0ZjDiIdsAW49b8vHinpJJES8Qzg0O9PcgUYl/kIx9zbIZgxPytsf8HPuO7eJaNvALI bS8EUdVEm9J3a7ZHaU0xVu+AMIC3xG4vUCtraFEMul5BO9UKOWVL9AK8dUZEYIUkD7BVFXfHPNffb em4Om2otAsiqUseT92Y6aernKTuCH9O/cZqbQqFJFBrRabboB+YV2/WahTTYtWckL+HZ0kArp+ZxP Zmrp7et4FPtRJEybLVC0/qh8DDXWDwbfUVO5Bp0UFW/j18PZIPW8FA7fDtViHq/cgWNsAsjS1HEKc 6tL99ecg==; Received: from 201-92-22-215.dsl.telesp.net.br ([201.92.22.215] helo=[192.168.1.60]) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim) id 1qWgVG-001zx6-IC; Thu, 17 Aug 2023 19:09:46 +0200 Message-ID: Date: Thu, 17 Aug 2023 14:09:37 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH 2/3] btrfs: Introduce the single-dev feature Content-Language: en-US To: Josef Bacik Cc: linux-btrfs@vger.kernel.org, clm@fb.com, dsterba@suse.com, linux-fsdevel@vger.kernel.org, kernel@gpiccoli.net, kernel-dev@igalia.com, anand.jain@oracle.com, david@fromorbit.com, kreijack@libero.it, johns@valvesoftware.com, ludovico.denittis@collabora.com, quwenruo.btrfs@gmx.com, wqu@suse.com, vivek@collabora.com References: <20230803154453.1488248-1-gpiccoli@igalia.com> <20230803154453.1488248-3-gpiccoli@igalia.com> <20230817154127.GB2934386@perftesting> <20230817165833.GA2935315@perftesting> From: "Guilherme G. Piccoli" In-Reply-To: <20230817165833.GA2935315@perftesting> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On 17/08/2023 13:58, Josef Bacik wrote: > [...] > Oh no sorry, just swap pr_info for btrfs_info, and keep the rest the same, so > > btrfs_info("virtual fsid (%pU) set for SINGLE_DEV device %s (real fsid %pU)\n", > disk_super->fsid, path, disk_super->metadata_uuid); > > thanks, > > Josef > Oh OK, thanks! My apologies, I confused the stuff heh Cheers, Guilherme