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 D6FFBC7EE22 for ; Tue, 9 May 2023 17:24:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234387AbjEIRYX (ORCPT ); Tue, 9 May 2023 13:24:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230345AbjEIRYT (ORCPT ); Tue, 9 May 2023 13:24:19 -0400 Received: from out-28.mta1.migadu.com (out-28.mta1.migadu.com [95.215.58.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8BF52D4B for ; Tue, 9 May 2023 10:24:18 -0700 (PDT) Date: Tue, 9 May 2023 13:24:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1683653057; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i7hnasKG1blcL4tI3zd8y3iDMiHcxwqxHNL+ouXrPko=; b=JrBoQOW+ah/tspvHkY69W/IE7B20fHP0tN4ICL8eyH6dmA26A4nJUFIB17X2pNGh/03uoo EJp1RhRgNNmjGv4LVZ7PCSV7EA2Xj2ZYY0y3y4Xgnxyq6IDFUrAxq0GuXJFKOsp93G0SdH +XihR3r2l2k4zXHZvsUHivXdPtuFhq4= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Kent Overstreet To: Miguel Ojeda Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-bcachefs@vger.kernel.org, Kent Overstreet , Miguel Ojeda , Nick Desaulniers Subject: Re: [PATCH 01/32] Compiler Attributes: add __flatten Message-ID: References: <20230509165657.1735798-1-kent.overstreet@linux.dev> <20230509165657.1735798-2-kent.overstreet@linux.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, May 09, 2023 at 07:04:43PM +0200, Miguel Ojeda wrote: > On Tue, May 9, 2023 at 6:57 PM Kent Overstreet > wrote: > > > > This makes __attribute__((flatten)) available, which is used by > > bcachefs. > > We already have it in mainline, so I think it is one less patch you > need to care about! :) > > Cheers, > Miguel Wonderful :) Cheers, Kent