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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F226AC433FE for ; Tue, 8 Dec 2020 12:44:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AEF8623A9B for ; Tue, 8 Dec 2020 12:44:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729174AbgLHMoR (ORCPT ); Tue, 8 Dec 2020 07:44:17 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:26143 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725881AbgLHMoR (ORCPT ); Tue, 8 Dec 2020 07:44:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1607431371; 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: in-reply-to:in-reply-to:references:references; bh=N3Fv48PR5PgtwxVDx9MCmEzlMi/IfF+DN5HL/YTVWA8=; b=fr3lfvypzfj1hZ40xGFXznOV+ArKYSyNAHyM+8RPGObUTdH7uEDigrhPwfsaNRCqKTcx/D OmHiT4pk7N58aJ9VzOXDFCjEVi6NS6Gm3uJkbj0r2aEBTfIaosUm2cD71rX7RsKQ6Ddfiu IQ5nq+xdIS8bfe7Q4Pz0V69lFU6ywi0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-173-cFA5FdiPOLSjrMEYhWuiaA-1; Tue, 08 Dec 2020 07:42:47 -0500 X-MC-Unique: cFA5FdiPOLSjrMEYhWuiaA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 44581192CC40; Tue, 8 Dec 2020 12:42:46 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-116-67.rdu2.redhat.com [10.10.116.67]) by smtp.corp.redhat.com (Postfix) with ESMTP id 31C485D9F4; Tue, 8 Dec 2020 12:42:44 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <87zh2p5d77.fsf@collabora.com> References: <87zh2p5d77.fsf@collabora.com> <20201208003117.342047-1-krisman@collabora.com> <20201208003117.342047-6-krisman@collabora.com> <20201208005110.GA106255@magnolia> To: Gabriel Krisman Bertazi Cc: dhowells@redhat.com, "Darrick J. Wong" , viro@zeniv.linux.org.uk, tytso@mit.edu, khazhy@google.com, adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH 5/8] vfs: Include origin of the SB error notification MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <952228.1607431363.1@warthog.procyon.org.uk> Date: Tue, 08 Dec 2020 12:42:43 +0000 Message-ID: <952229.1607431363@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Gabriel Krisman Bertazi wrote: > Since the structure is defined in the patch immediately before, I > thought it would be ok to split the patch to preserve authorship of the > different parts. Think git bisect. David