From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754024Ab3LQOIb (ORCPT ); Tue, 17 Dec 2013 09:08:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34860 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753058Ab3LQOIa (ORCPT ); Tue, 17 Dec 2013 09:08:30 -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: <31119.1387288724@warthog.procyon.org.uk> References: <31119.1387288724@warthog.procyon.org.uk> <5287D78D.4070601@linux.com> Cc: dhowells@redhat.com, Levente Kurusa , AFS list , LKML Subject: Re: [PATCH] afs: dir: remove unused label out_skip Date: Tue, 17 Dec 2013 14:08:05 +0000 Message-ID: <8503.1387289285@warthog.procyon.org.uk> To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Howells wrote: > Levente Kurusa wrote: > > > The out_skip label is not used, so remove it. > > > > Signed-off-by: Levente Kurusa > > Applied. Spoke too soon. I should've compiled it first. The "out_skip:" label is used about 15 lines lower. David