From: Boaz Harrosh Subject: [PATCH 6/6] compat.c: Remove dependence on nfsd private headers Date: Mon, 23 Nov 2009 18:00:07 +0200 Message-ID: <1258992007-25473-1-git-send-email-bharrosh@panasas.com> References: <4B0AB039.6020608@panasas.com> Cc: linux-fsdevel , Al Viro , Randy Dunlap To: "J. Bruce Fields" , Benny Halevy , NFS list , pNFS Mailing List , Trond Myklebust Received: from daytona.panasas.com ([67.152.220.89]:35014 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755127AbZKWQAG (ORCPT ); Mon, 23 Nov 2009 11:00:06 -0500 In-Reply-To: <4B0AB039.6020608@panasas.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: Two nfsd related headers where included but never actually used. The linux/nfsd/nfsd.h file will eventually be moved to fs/nfsd directory as it is only needed by nfsd itself. There are 3 more compat.c files in the Kernel at other ARCHs that wrongly #include nfsd headers. Once these are fixed the headers can be moved. Signed-off-by: Boaz Harrosh --- fs/compat.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/fs/compat.c b/fs/compat.c index d576b55..514b623 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -38,8 +38,6 @@ #include #include #include -#include -#include #include #include #include -- 1.6.5.2