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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 F22B9C43219 for ; Fri, 3 May 2019 13:45:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C37E82133F for ; Fri, 3 May 2019 13:45:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727769AbfECNpv (ORCPT ); Fri, 3 May 2019 09:45:51 -0400 Received: from mx2.suse.de ([195.135.220.15]:38606 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726789AbfECNpu (ORCPT ); Fri, 3 May 2019 09:45:50 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 30379AA71; Fri, 3 May 2019 13:45:49 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 3DF3CDA885; Fri, 3 May 2019 15:46:50 +0200 (CEST) Date: Fri, 3 May 2019 15:46:50 +0200 From: David Sterba To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List , Josef Bacik Subject: Re: linux-next: Signed-off-by missing for commit in the btrfs-kdave tree Message-ID: <20190503134650.GI20156@suse.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , Josef Bacik References: <20190503073523.5fa28df7@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190503073523.5fa28df7@canb.auug.org.au> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 03, 2019 at 07:35:39AM +1000, Stephen Rothwell wrote: > Hi all, > > Commit > > b835a4a3faec ("btrfs: use the existing reserved items for our first prop for inheritance") > > is missing a Signed-off-by from its author. Will be fixed in next for-next snapshot, thanks.