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 7CEE1C433F5 for ; Tue, 14 Dec 2021 20:43:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237703AbhLNUnz (ORCPT ); Tue, 14 Dec 2021 15:43:55 -0500 Received: from mga05.intel.com ([192.55.52.43]:10472 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237685AbhLNUny (ORCPT ); Tue, 14 Dec 2021 15:43:54 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10197"; a="325359531" X-IronPort-AV: E=Sophos;i="5.88,206,1635231600"; d="scan'208";a="325359531" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2021 12:43:54 -0800 X-IronPort-AV: E=Sophos;i="5.88,206,1635231600"; d="scan'208";a="518441746" Received: from smile.fi.intel.com ([10.237.72.184]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2021 12:43:53 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1mxEdV-006Ioj-8A; Tue, 14 Dec 2021 22:42:57 +0200 Date: Tue, 14 Dec 2021 22:42:57 +0200 From: Andy Shevchenko To: linux-kernel@vger.kernel.org Cc: Christoph Hellwig Subject: Re: [PATCH v1 1/2] uuid: Discourage people from using UAPI header in new code Message-ID: References: <20211213203507.54157-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211213203507.54157-1-andriy.shevchenko@linux.intel.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 Mon, Dec 13, 2021 at 10:35:06PM +0200, Andy Shevchenko wrote: > Discourage people from using UAPI header in new code by adding a note. Christoph, can we get this applied please, otherwise we will never get rid of the old ugly types. -- With Best Regards, Andy Shevchenko