From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755255AbYJXKFx (ORCPT ); Fri, 24 Oct 2008 06:05:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751025AbYJXKFo (ORCPT ); Fri, 24 Oct 2008 06:05:44 -0400 Received: from mx2.redhat.com ([66.187.237.31]:33095 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750881AbYJXKFm (ORCPT ); Fri, 24 Oct 2008 06:05:42 -0400 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: <20081024165524.1a1ff01c.sfr@canb.auug.org.au> References: <20081024165524.1a1ff01c.sfr@canb.auug.org.au> To: Stephen Rothwell Cc: dhowells@redhat.com, James Morris , Randy Dunlap , linux-next@vger.kernel.org, LKML , akpm Subject: Re: Fw: [PATCH] nfsctl: credentials error Date: Fri, 24 Oct 2008 11:04:27 +0100 Message-ID: <3209.1224842667@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Stephen Rothwell wrote: > +#include > +#include The first inclusion should be superfluous in the face of the second. David