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=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 7A70CC433E2 for ; Sun, 6 Sep 2020 21:52:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 41F0020838 for ; Sun, 6 Sep 2020 21:52:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726667AbgIFVwk (ORCPT ); Sun, 6 Sep 2020 17:52:40 -0400 Received: from mail105.syd.optusnet.com.au ([211.29.132.249]:60417 "EHLO mail105.syd.optusnet.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726292AbgIFVwk (ORCPT ); Sun, 6 Sep 2020 17:52:40 -0400 Received: from dread.disaster.area (pa49-195-191-192.pa.nsw.optusnet.com.au [49.195.191.192]) by mail105.syd.optusnet.com.au (Postfix) with ESMTPS id 611B23A7646; Mon, 7 Sep 2020 07:52:37 +1000 (AEST) Received: from dave by dread.disaster.area with local (Exim 4.92.3) (envelope-from ) id 1kF2aS-0006ot-Mo; Mon, 07 Sep 2020 07:52:36 +1000 Date: Mon, 7 Sep 2020 07:52:36 +1000 From: Dave Chinner To: Carlos Maiolino Cc: linux-xfs@vger.kernel.org Subject: Re: [PATCH 1/4] xfs: remove typedef xfs_attr_sf_entry_t Message-ID: <20200906215236.GK12131@dread.disaster.area> References: <20200903142839.72710-1-cmaiolino@redhat.com> <20200903142839.72710-2-cmaiolino@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200903142839.72710-2-cmaiolino@redhat.com> X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.3 cv=XJ9OtjpE c=1 sm=1 tr=0 cx=a_idp_d a=vvDRHhr1aDYKXl+H6jx2TA==:117 a=vvDRHhr1aDYKXl+H6jx2TA==:17 a=kj9zAlcOel0A:10 a=reM5J-MqmosA:10 a=yPCof4ZbAAAA:8 a=20KFwNOVAAAA:8 a=7-415B0cAAAA:8 a=WPq5F0sVM9L2DWA1CEsA:9 a=CjuIK1q_8ugA:10 a=biEYGPWJfzWAr4FL6Ov7:22 Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Thu, Sep 03, 2020 at 04:28:36PM +0200, Carlos Maiolino wrote: > Reviewed-by: Darrick J. Wong > Reviewed-by: Christoph Hellwig > Signed-off-by: Carlos Maiolino Minor nit: the normal ordering we use for rvb/sob is chronological. i.e. You signed it off first, then it got reviewed. Hence the sign-off process can be read from the top down once merged into the tree as: : Author : Reviewer #1 .... : Reviewer #N : Maintainer merge SOB And then when it goes to stable trees, all the stable acks/sob/rvb end up below this, so there's an obvious progression through the steps and the chain of people involved... Other than that, Reviewed-by: Dave Chinner -- Dave Chinner david@fromorbit.com