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 D8F91C433EF for ; Thu, 24 Feb 2022 17:58:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231758AbiBXR6q (ORCPT ); Thu, 24 Feb 2022 12:58:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229672AbiBXR6o (ORCPT ); Thu, 24 Feb 2022 12:58:44 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DD7518C7B5 for ; Thu, 24 Feb 2022 09:58:14 -0800 (PST) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id D599D212B6; Thu, 24 Feb 2022 17:58:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1645725492; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=y+SfGyKbjJ/KD7Gcn4fvmLlw2ONQyJxRmjN1xSRW1T8=; b=qYo9rvy9wBBnLaLlKedVi+vZtJRAc5PXMubxDLXnJZtX9xp/1YSOPnyZmxaVDXBWuA20r1 Sk/35YCQidanVN9NokQ9ULxojJNUkF05GJAORU6eytzYXxJl4o0EcUr2No6DHvG6bnXzeW di+J6SfhYnNWyVzy1XYZFO9zt9JE12Y= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1645725492; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=y+SfGyKbjJ/KD7Gcn4fvmLlw2ONQyJxRmjN1xSRW1T8=; b=XyhdSA8s5izrePQgl3LCccpzBYO4I8Udi1H7oemQi31Qo4Y47hGUIlrKc+ZqTjhv1sinX4 bC88YTG6RWBkG8Cw== Received: from ds.suse.cz (ds.suse.cz [10.100.12.205]) by relay2.suse.de (Postfix) with ESMTP id C96AFA3B85; Thu, 24 Feb 2022 17:58:12 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id DCC10DA818; Thu, 24 Feb 2022 18:54:23 +0100 (CET) Date: Thu, 24 Feb 2022 18:54:23 +0100 From: David Sterba To: kernel test robot Cc: Sweet Tea Dorminy , llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, David Sterba Subject: Re: [kdave-btrfs-devel:for-next-20220222 101/120] fs/btrfs/super.c:75:13: warning: unused function 'btrfs_state_to_string' Message-ID: <20220224175423.GY12643@suse.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, kernel test robot , Sweet Tea Dorminy , llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, David Sterba References: <202202241019.HFKHBOYe-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202202241019.HFKHBOYe-lkp@intel.com> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 24, 2022 at 10:59:56AM +0800, kernel test robot wrote: > >> fs/btrfs/super.c:75:13: warning: unused function 'btrfs_state_to_string' This happens when CONFIG_PRINTK is not defined, I'll add the ifdefs around the definition.