From mboxrd@z Thu Jan 1 00:00:00 1970 From: NeilBrown Subject: [PATCH 006 of 8] knfsd: nfsd: remove unused header interface.h Date: Thu, 21 Jun 2007 14:31:05 +1000 Message-ID: <1070621043105.1129@suse.de> References: <20070621142604.727.patches@notabene> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: "J. Bruce Fields" , Neil Brown , "J. Bruce Fields" , nfs@lists.sourceforge.net, linux-kernel@vger.kernel.org To: Andrew Morton Return-path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list2-new.sourceforge.net with esmtp (Exim 4.43) id 1I1EK9-0005s8-PL for nfs@lists.sourceforge.net; Wed, 20 Jun 2007 21:31:13 -0700 Received: from ns2.suse.de ([195.135.220.15] helo=mx2.suse.de) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1I1EKC-0002I8-LC for nfs@lists.sourceforge.net; Wed, 20 Jun 2007 21:31:17 -0700 List-Id: "Discussion of NFS under Linux development, interoperability, and testing." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfs-bounces@lists.sourceforge.net Errors-To: nfs-bounces@lists.sourceforge.net From: "J. Bruce Fields" It looks like Al Viro gutted this header file five years ago and it hasn't been touched since. Signed-off-by: "J. Bruce Fields" Signed-off-by: Neil Brown ### Diffstat output ./fs/nfsd/nfsctl.c | 1 - ./include/linux/nfsd/interface.h | 13 ------------- ./include/linux/nfsd/nfsd.h | 1 - 3 files changed, 15 deletions(-) diff .prev/fs/nfsd/nfsctl.c ./fs/nfsd/nfsctl.c --- .prev/fs/nfsd/nfsctl.c 2007-06-21 13:46:36.000000000 +1000 +++ ./fs/nfsd/nfsctl.c 2007-06-21 14:13:57.000000000 +1000 @@ -35,7 +35,6 @@ #include #include #include -#include #include diff .prev/include/linux/nfsd/interface.h ./include/linux/nfsd/interface.h --- .prev/include/linux/nfsd/interface.h 2007-06-21 13:46:36.000000000 +1000 +++ ./include/linux/nfsd/interface.h 1970-01-01 10:00:00.000000000 +1000 @@ -1,13 +0,0 @@ -/* - * include/linux/nfsd/interface.h - * - * defines interface between nfsd and other bits of - * the kernel. Particularly filesystems (eventually). - * - * Copyright (C) 2000 Neil Brown - */ - -#ifndef LINUX_NFSD_INTERFACE_H -#define LINUX_NFSD_INTERFACE_H - -#endif /* LINUX_NFSD_INTERFACE_H */ diff .prev/include/linux/nfsd/nfsd.h ./include/linux/nfsd/nfsd.h --- .prev/include/linux/nfsd/nfsd.h 2007-06-21 13:46:36.000000000 +1000 +++ ./include/linux/nfsd/nfsd.h 2007-06-21 14:13:57.000000000 +1000 @@ -22,7 +22,6 @@ #include #include #include -#include /* * nfsd version */ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759109AbXFUEcr (ORCPT ); Thu, 21 Jun 2007 00:32:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756271AbXFUEbR (ORCPT ); Thu, 21 Jun 2007 00:31:17 -0400 Received: from mx2.suse.de ([195.135.220.15]:59885 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756192AbXFUEbP (ORCPT ); Thu, 21 Jun 2007 00:31:15 -0400 From: NeilBrown To: Andrew Morton Date: Thu, 21 Jun 2007 14:31:05 +1000 Message-Id: <1070621043105.1129@suse.de> X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D Cc: "J. Bruce Fields" Cc: Neil Brown Subject: [PATCH 006 of 8] knfsd: nfsd: remove unused header interface.h References: <20070621142604.727.patches@notabene> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: "J. Bruce Fields" It looks like Al Viro gutted this header file five years ago and it hasn't been touched since. Signed-off-by: "J. Bruce Fields" Signed-off-by: Neil Brown ### Diffstat output ./fs/nfsd/nfsctl.c | 1 - ./include/linux/nfsd/interface.h | 13 ------------- ./include/linux/nfsd/nfsd.h | 1 - 3 files changed, 15 deletions(-) diff .prev/fs/nfsd/nfsctl.c ./fs/nfsd/nfsctl.c --- .prev/fs/nfsd/nfsctl.c 2007-06-21 13:46:36.000000000 +1000 +++ ./fs/nfsd/nfsctl.c 2007-06-21 14:13:57.000000000 +1000 @@ -35,7 +35,6 @@ #include #include #include -#include #include diff .prev/include/linux/nfsd/interface.h ./include/linux/nfsd/interface.h --- .prev/include/linux/nfsd/interface.h 2007-06-21 13:46:36.000000000 +1000 +++ ./include/linux/nfsd/interface.h 1970-01-01 10:00:00.000000000 +1000 @@ -1,13 +0,0 @@ -/* - * include/linux/nfsd/interface.h - * - * defines interface between nfsd and other bits of - * the kernel. Particularly filesystems (eventually). - * - * Copyright (C) 2000 Neil Brown - */ - -#ifndef LINUX_NFSD_INTERFACE_H -#define LINUX_NFSD_INTERFACE_H - -#endif /* LINUX_NFSD_INTERFACE_H */ diff .prev/include/linux/nfsd/nfsd.h ./include/linux/nfsd/nfsd.h --- .prev/include/linux/nfsd/nfsd.h 2007-06-21 13:46:36.000000000 +1000 +++ ./include/linux/nfsd/nfsd.h 2007-06-21 14:13:57.000000000 +1000 @@ -22,7 +22,6 @@ #include #include #include -#include /* * nfsd version */