Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751211AbZAFBOG (ORCPT ); Mon, 5 Jan 2009 20:14:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751438AbZAFBNY (ORCPT ); Mon, 5 Jan 2009 20:13:24 -0500 Received: from e31.co.us.ibm.com ([32.97.110.149]:44177 "EHLO e31.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751202AbZAFBNU (ORCPT ); Mon, 5 Jan 2009 20:13:20 -0500 Message-Id: <20090106011314.800370762@us.ibm.com> References: <20090106011314.534653345@us.ibm.com> User-Agent: quilt/0.46-1 Date: Mon, 05 Jan 2009 17:13:15 -0800 From: Matt Helsley To: Linux Containers Cc: "J. Bruce Fields" , Cedric Le Goater , Linux Kernel Mailing List , linux-nfs@vger.kernel.org, Trond Myklebust , Chuck Lever , "Eric W. Biederman" , Matt Helsley Subject: [RFC][PATCH 1/4] Remove useless utsname.h includes Content-Disposition: inline; filename=remove-useless-utsname-includes.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3596 Lines: 121 As best I can tell these #includes aren't needed in these files. Signed-off-by: Matt Helsley Cc: Linux Kernel Mailing List Cc: linux-nfs@vger.kernel.org Cc: Trond Myklebust --- fs/lockd/xdr.c | 1 - fs/lockd/xdr4.c | 1 - fs/nfs/nfs2xdr.c | 1 - fs/nfs/nfs3proc.c | 1 - fs/nfs/nfs4proc.c | 1 - fs/nfs/nfs4xdr.c | 1 - fs/nfs/proc.c | 1 - fs/nfsd/nfs4idmap.c | 1 - 8 files changed, 8 deletions(-) Index: linux-2.6.28/fs/lockd/xdr.c =================================================================== --- linux-2.6.28.orig/fs/lockd/xdr.c +++ linux-2.6.28/fs/lockd/xdr.c @@ -8,7 +8,6 @@ #include #include -#include #include #include Index: linux-2.6.28/fs/lockd/xdr4.c =================================================================== --- linux-2.6.28.orig/fs/lockd/xdr4.c +++ linux-2.6.28/fs/lockd/xdr4.c @@ -9,7 +9,6 @@ #include #include -#include #include #include Index: linux-2.6.28/fs/nfs/proc.c =================================================================== --- linux-2.6.28.orig/fs/nfs/proc.c +++ linux-2.6.28/fs/nfs/proc.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include Index: linux-2.6.28/fs/nfs/nfs2xdr.c =================================================================== --- linux-2.6.28.orig/fs/nfs/nfs2xdr.c +++ linux-2.6.28/fs/nfs/nfs2xdr.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include Index: linux-2.6.28/fs/nfs/nfs3proc.c =================================================================== --- linux-2.6.28.orig/fs/nfs/nfs3proc.c +++ linux-2.6.28/fs/nfs/nfs3proc.c @@ -7,7 +7,6 @@ */ #include -#include #include #include #include Index: linux-2.6.28/fs/nfs/nfs4proc.c =================================================================== --- linux-2.6.28.orig/fs/nfs/nfs4proc.c +++ linux-2.6.28/fs/nfs/nfs4proc.c @@ -36,7 +36,6 @@ */ #include -#include #include #include #include Index: linux-2.6.28/fs/nfs/nfs4xdr.c =================================================================== --- linux-2.6.28.orig/fs/nfs/nfs4xdr.c +++ linux-2.6.28/fs/nfs/nfs4xdr.c @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include Index: linux-2.6.28/fs/nfsd/nfs4idmap.c =================================================================== --- linux-2.6.28.orig/fs/nfsd/nfs4idmap.c +++ linux-2.6.28/fs/nfsd/nfs4idmap.c @@ -38,7 +38,6 @@ #include #include -#include #include #include #include -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/