From patchwork Tue Nov 24 18:03:12 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Boaz Harrosh X-Patchwork-Id: 39225 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 1DC261007DE for ; Wed, 25 Nov 2009 05:18:06 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933841AbZKXSQp (ORCPT ); Tue, 24 Nov 2009 13:16:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933730AbZKXSQj (ORCPT ); Tue, 24 Nov 2009 13:16:39 -0500 Received: from daytona.panasas.com ([67.152.220.89]:33713 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932866AbZKXSQh (ORCPT ); Tue, 24 Nov 2009 13:16:37 -0500 X-Greylist: delayed 917 seconds by postgrey-1.27 at vger.kernel.org; Tue, 24 Nov 2009 13:16:36 EST Received: from bh-buildlin2.bhalevy.com ([172.17.33.254]) by daytona.int.panasas.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 24 Nov 2009 13:03:14 -0500 Message-ID: <4B0C1FE0.8040105@panasas.com> Date: Tue, 24 Nov 2009 20:03:12 +0200 From: Boaz Harrosh User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090924 Remi/fc10 Thunderbird/3.0b4 MIME-Version: 1.0 To: "J. Bruce Fields" , Linux Kernel , linux-parisc , sparclinux , linux-s390 , NFS list , pNFS Mailing List , Andrew Morton Subject: [PATCH 4/5] lockd: Remove unused nfsd headers #includes References: <4B0C1EB7.50508@panasas.com> In-Reply-To: <4B0C1EB7.50508@panasas.com> X-OriginalArrivalTime: 24 Nov 2009 18:03:14.0918 (UTC) FILETIME=[64B8F060:01CA6D30] Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org In what history where these ever needed? Well not any more. Signed-off-by: Boaz Harrosh --- fs/lockd/svc4proc.c | 4 ---- fs/lockd/svcproc.c | 4 ---- 2 files changed, 0 insertions(+), 8 deletions(-) diff --git a/fs/lockd/svc4proc.c b/fs/lockd/svc4proc.c index bd173a6..a7966ee 100644 --- a/fs/lockd/svc4proc.c +++ b/fs/lockd/svc4proc.c @@ -11,10 +11,6 @@ #include #include #include -#include -#include -#include -#include #include #include diff --git a/fs/lockd/svcproc.c b/fs/lockd/svcproc.c index e1d28dd..56c9519 100644 --- a/fs/lockd/svcproc.c +++ b/fs/lockd/svcproc.c @@ -11,10 +11,6 @@ #include #include #include -#include -#include -#include -#include #include #include