The patch titled knfsd: nfsd: remove unused header interface.h has been added to the -mm tree. Its filename is knfsd-nfsd-remove-unused-header-interfaceh.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: knfsd: nfsd: remove unused header interface.h From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx> 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" <bfields@xxxxxxxxxxxxxx> Signed-off-by: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/nfsd/nfsctl.c | 1 - include/linux/nfsd/interface.h | 13 ------------- include/linux/nfsd/nfsd.h | 1 - 3 files changed, 15 deletions(-) diff -puN fs/nfsd/nfsctl.c~knfsd-nfsd-remove-unused-header-interfaceh fs/nfsd/nfsctl.c --- a/fs/nfsd/nfsctl.c~knfsd-nfsd-remove-unused-header-interfaceh +++ a/fs/nfsd/nfsctl.c @@ -35,7 +35,6 @@ #include <linux/nfsd/cache.h> #include <linux/nfsd/xdr.h> #include <linux/nfsd/syscall.h> -#include <linux/nfsd/interface.h> #include <asm/uaccess.h> diff -puN include/linux/nfsd/interface.h~knfsd-nfsd-remove-unused-header-interfaceh /dev/null --- a/include/linux/nfsd/interface.h +++ /dev/null @@ -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 <neilb@xxxxxxxxxxxxxxx> - */ - -#ifndef LINUX_NFSD_INTERFACE_H -#define LINUX_NFSD_INTERFACE_H - -#endif /* LINUX_NFSD_INTERFACE_H */ diff -puN include/linux/nfsd/nfsd.h~knfsd-nfsd-remove-unused-header-interfaceh include/linux/nfsd/nfsd.h --- a/include/linux/nfsd/nfsd.h~knfsd-nfsd-remove-unused-header-interfaceh +++ a/include/linux/nfsd/nfsd.h @@ -22,7 +22,6 @@ #include <linux/nfsd/export.h> #include <linux/nfsd/auth.h> #include <linux/nfsd/stats.h> -#include <linux/nfsd/interface.h> /* * nfsd version */ _ Patches currently in -mm which might be from bfields@xxxxxxxxxxxx are nfs-refactor-ip-address-sanity-checks-in-nfs-client.patch knfsd-nfsd4-fix-nfsv4-filehandle-size-units-confusion.patch knfsd-nfsd4-silence-a-compiler-warning-in-acl-code.patch knfsd-nfsd4-fix-handling-of-acl-errrors.patch knfsd-nfsd-remove-unused-header-interfaceh.patch knfsd-nfsd4-vary-maximum-delegation-limit-based-on-ram-size-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html