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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 0EA37C432C0 for ; Thu, 21 Nov 2019 20:38:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D6794206CC for ; Thu, 21 Nov 2019 20:38:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="FoTRNgJz" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727114AbfKUUif (ORCPT ); Thu, 21 Nov 2019 15:38:35 -0500 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:26093 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726546AbfKUUif (ORCPT ); Thu, 21 Nov 2019 15:38:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574368714; 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=Q5xmbM7S9oTnc1i2DG5ScuBudhWd8zh5E/mOB6XLuO4=; b=FoTRNgJzKDLp0eH6EpldJp9BgZhxHYbIQ7Fj//xtulU3kwHWLviC3nuBo8NTV/j8f+207i 7vdKzBkZ38U8U9KhLQLIG587Beg5xS23heqP8MkU9B3aqVfGvnCcNzYDA6yAMhGIb+RABN AsVMDkw07sJ0e06xhLQpS2ZX5NT8i/g= 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-277-uHAReWEoMmWa0K7WY-ucGg-1; Thu, 21 Nov 2019 15:38:32 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 28CA8107ACC4; Thu, 21 Nov 2019 20:38:31 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-120-161.rdu2.redhat.com [10.10.120.161]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3B552100EBAC; Thu, 21 Nov 2019 20:38:30 +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: <20191122072307.000b6492@canb.auug.org.au> References: <20191122072307.000b6492@canb.auug.org.au> To: Stephen Rothwell Cc: dhowells@redhat.com, Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: Signed-off-by missing for commits in the afs tree MIME-Version: 1.0 Content-ID: <9440.1574368709.1@warthog.procyon.org.uk> Date: Thu, 21 Nov 2019 20:38:29 +0000 Message-ID: <9441.1574368709@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: uHAReWEoMmWa0K7WY-ucGg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Stephen Rothwell wrote: > 297c6f6378a6 ("afs: Remove set but not used variable 'ret'") > b264b5bc97c2 ("afs: Remove set but not used variables 'before', 'after'= ") > b850554983e6 ("afs: xattr: use scnprintf") I've signed them off, retagged and repushed. David