From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751599AbdKTWVN (ORCPT ); Mon, 20 Nov 2017 17:21:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34326 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751158AbdKTWVM (ORCPT ); Mon, 20 Nov 2017 17:21:12 -0500 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: <20171117224032.GA18454@embeddedor.com> References: <20171117224032.GA18454@embeddedor.com> To: "Gustavo A. R. Silva" Cc: dhowells@redhat.com, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] afs: cell: Remove unnecessary code in afs_lookup_cell MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <27320.1511216470.1@warthog.procyon.org.uk> Date: Mon, 20 Nov 2017 22:21:10 +0000 Message-ID: <27321.1511216470@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Mon, 20 Nov 2017 22:21:12 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Gustavo A. R. Silva wrote: > Due to recent changes this piece of code is no longer needed. > > Addresses-Coverity-ID: 1462033 > Link: https://lkml.kernel.org/r/4923.1510957307@warthog.procyon.org.uk > Signed-off-by: Gustavo A. R. Silva Applied, thanks. David