From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 24DD4182 for ; Thu, 14 Jul 2022 18:45:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657824319; x=1689360319; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=5XgSObRvgCEBVYMNFLgm/u5va9kqcKxCl7i6MOEhDrY=; b=ZublFOSWgpAshEb8fA3WJSOV25XTj51ssGOMyLRnej3KEDM1tgCtF0Ox Os3u9bMLIy1tD6zRKfJ5MLX8FnsGypsLsMG74cHYSJetATFabQftoY/12 4jcRI0TdpNkvRMItbSUvCG7W7ThnsOBjMgGb5bIacQx9yWUjNpw61gs+m iuJp1JiIAOsUvxMTGK5KvcAlV9MWe+AJDjnjeJ+zf236GWTw7FR8wzlF9 qwoV5Dw10Uw/11g/QRADNUkr5EclhAmN64T63GGxViYUO1hV0J/Bce8BL dy2Q2Jsp7QupSE350fSKcOLntTgAuF3tml9ABbo4PIXph8gD/0bqA8zBL A==; X-IronPort-AV: E=McAfee;i="6400,9594,10408"; a="349569735" X-IronPort-AV: E=Sophos;i="5.92,272,1650956400"; d="scan'208";a="349569735" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jul 2022 11:45:18 -0700 X-IronPort-AV: E=Sophos;i="5.92,272,1650956400"; d="scan'208";a="685678001" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jul 2022 11:45:16 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oC3pq-001Dco-13; Thu, 14 Jul 2022 21:45:14 +0300 Date: Thu, 14 Jul 2022 21:45:14 +0300 From: Andy Shevchenko To: Dan Williams Cc: nvdimm@lists.linux.dev, linux-kernel@vger.kernel.org, Vishal Verma , Dave Jiang , Ira Weiny Subject: Re: [PATCH v1 1/1] nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid() Message-ID: References: <20220607152525.33468-1-andriy.shevchenko@linux.intel.com> <62d05f453b73e_1643dc29412@dwillia2-xfh.jf.intel.com.notmuch> Precedence: bulk X-Mailing-List: nvdimm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <62d05f453b73e_1643dc29412@dwillia2-xfh.jf.intel.com.notmuch> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Thu, Jul 14, 2022 at 11:24:05AM -0700, Dan Williams wrote: > Andy Shevchenko wrote: > > Refactor nd_dev_to_uuid() in order to make code shorter and cleaner > > by joining conditions and hence returning uuid_null only once. > > Apologies for the delay, applied for v5.20. No problem and thanks! P.S. One patch out of three is a fix, would be nice to have it in v5.19 release. -- With Best Regards, Andy Shevchenko