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 182E2C0015E for ; Thu, 27 Jul 2023 10:07:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232768AbjG0KHE (ORCPT ); Thu, 27 Jul 2023 06:07:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229919AbjG0KHB (ORCPT ); Thu, 27 Jul 2023 06:07:01 -0400 Received: from mgamail.intel.com (unknown [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F667136 for ; Thu, 27 Jul 2023 03:07:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690452420; x=1721988420; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=2I/8Kvj00GvP5GzlD6vkzjoaokn5doSqeVlzX1rZIE8=; b=f2p5L0vKIPqbx4DdjKEEA/ncZjlkBm5Fdx3bUoccxrZxlq6SuS0hM7mn aV0cRPkgLBgEA52O4BYLgM/M6jwgqZdKks0ru4U3yLUX2zebrRDPlPRuB IBL7+C3R83nwfkrrR6HwMWQWGp1Wzh+cG4gzaseqUzigtqi5lRESzeGaB p9XKfTcnpjHft1Ba/NC9KOTp2oyyAFan+3gfFrNSf/rpXIB1u0pnFce2B X/t0lUHz4vwpToJW5ALDLESZsAtl0SrtbE7ElI8ZPE04QmZFwKwWCHCcj GRlyOnve5kxV+0TaSvWmY4ZPPftyp5XAEahtC4k786/9fsY5/FIvDKc+O w==; X-IronPort-AV: E=McAfee;i="6600,9927,10783"; a="434542919" X-IronPort-AV: E=Sophos;i="6.01,234,1684825200"; d="scan'208";a="434542919" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jul 2023 03:06:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10783"; a="900839552" X-IronPort-AV: E=Sophos;i="6.01,234,1684825200"; d="scan'208";a="900839552" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga005.jf.intel.com with ESMTP; 27 Jul 2023 03:06:58 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qOxtZ-00GVZs-0k; Thu, 27 Jul 2023 13:06:57 +0300 Date: Thu, 27 Jul 2023 13:06:56 +0300 From: Andy Shevchenko To: Yury Norov Cc: linux-kernel@vger.kernel.org, Rasmus Villemoes Subject: Re: [PATCH 6/6] bitmap: move bitmap_*_region functions to bitmap.h Message-ID: References: <20230727020207.36314-1-yury.norov@gmail.com> <20230727020207.36314-7-yury.norov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230727020207.36314-7-yury.norov@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 26, 2023 at 07:02:07PM -0700, Yury Norov wrote: > Now that bitmap_*_region() functions are implemented as thin wrappers > around others, it's worth to move them to the header, as it opens room > for compile-time optimizations. Don't forget to run scripts/kernel-doc -v -none -Wall against this header. -- With Best Regards, Andy Shevchenko