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 24F1DC0015E for ; Thu, 27 Jul 2023 10:05:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232558AbjG0KFl (ORCPT ); Thu, 27 Jul 2023 06:05:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232380AbjG0KFd (ORCPT ); Thu, 27 Jul 2023 06:05:33 -0400 Received: from mgamail.intel.com (unknown [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4B19136 for ; Thu, 27 Jul 2023 03:05:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690452332; x=1721988332; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=uLYtJp05o3eSfAexrJ/TLDiwSRmOIJTOCrkB9GzIAwo=; b=MhxKGsL14u33ZLdMn+FHUx6K2Q+4K3kde+pcOMZ0/zubkh9R0zwiOb26 Zu7ifKRPmgIDcG/dtetut/vGwi/Us/t9NfADCYQaEH1FmgHSKX4rtUyf5 RU6EJ5aMY/rDLoHO6I5IEw3TNlGQ58dc5DpmxtReXk7GnF0bfc967FZ6y jIA33lnD6RTauHqH39NYCRo2oLHsk1Ie0o4eKqL2rET8UG1Iur95tMMjp vmb20WskQ3C/f6qtWPkGlE/YcdJJYN5oXavnGipBsMRAic5FJnlkM+ddZ NjyAVnxwj4/m9RpxjsNtHIbO0LK9QHM++gMcI3qoIAmfexU73goYnss1L w==; X-IronPort-AV: E=McAfee;i="6600,9927,10783"; a="432065490" X-IronPort-AV: E=Sophos;i="6.01,234,1684825200"; d="scan'208";a="432065490" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jul 2023 03:05:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10783"; a="756593036" X-IronPort-AV: E=Sophos;i="6.01,234,1684825200"; d="scan'208";a="756593036" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga008.jf.intel.com with ESMTP; 27 Jul 2023 03:05:31 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qOxs9-00GSXf-2J; Thu, 27 Jul 2023 13:05:29 +0300 Date: Thu, 27 Jul 2023 13:05:29 +0300 From: Andy Shevchenko To: Yury Norov Cc: linux-kernel@vger.kernel.org, Rasmus Villemoes Subject: Re: [PATCH 4/6] bitmap: replace _reg_op(REG_OP_ISFREE) with find_next_bit() Message-ID: References: <20230727020207.36314-1-yury.norov@gmail.com> <20230727020207.36314-5-yury.norov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230727020207.36314-5-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:05PM -0700, Yury Norov wrote: > _reg_op(REG_OP_ISFREE) can be trivially replaced with find_next_bit(). > Drop it. The verb here is incorrect, you don't drop it, you replaced it. Same for the other patches. -- With Best Regards, Andy Shevchenko