nfsd: move <linux/nfsd/stats.h> to fs/nfsd

There are no legitimate users outside of fs/nfsd, so move it there.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
Christoph Hellwig
2014-05-06 19:37:15 +02:00
committed by J. Bruce Fields
parent d430e8d530
commit 7f94423e8f
3 changed files with 4 additions and 7 deletions

View File

@@ -19,8 +19,8 @@
#include <linux/sunrpc/msg_prot.h> #include <linux/sunrpc/msg_prot.h>
#include <linux/nfsd/debug.h> #include <linux/nfsd/debug.h>
#include <linux/nfsd/stats.h>
#include "stats.h"
#include "export.h" #include "export.h"
/* /*

View File

@@ -24,7 +24,6 @@
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/sunrpc/stats.h> #include <linux/sunrpc/stats.h>
#include <linux/nfsd/stats.h>
#include <net/net_namespace.h> #include <net/net_namespace.h>
#include "nfsd.h" #include "nfsd.h"

View File

@@ -1,12 +1,10 @@
/* /*
* linux/include/linux/nfsd/stats.h
*
* Statistics for NFS server. * Statistics for NFS server.
* *
* Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
*/ */
#ifndef LINUX_NFSD_STATS_H #ifndef _NFSD_STATS_H
#define LINUX_NFSD_STATS_H #define _NFSD_STATS_H
#include <uapi/linux/nfsd/stats.h> #include <uapi/linux/nfsd/stats.h>
@@ -42,4 +40,4 @@ extern struct svc_stat nfsd_svcstats;
void nfsd_stat_init(void); void nfsd_stat_init(void);
void nfsd_stat_shutdown(void); void nfsd_stat_shutdown(void);
#endif /* LINUX_NFSD_STATS_H */ #endif /* _NFSD_STATS_H */