aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/stats.c
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2009-12-03 13:30:56 -0500
committerJ. Bruce Fields <bfields@citi.umich.edu>2009-12-14 18:12:12 -0500
commit9a74af21330c8d46efa977d088a62cc1bfa954e9 (patch)
tree6f2e4b775738ae93da05ad475b244785bf40461e /fs/nfsd/stats.c
parent68590c382b875cc9a76b06097f3dff6730d787c1 (diff)
nfsd: Move private headers to source directory
Lots of include/linux/nfsd/* headers are only used by nfsd module. Move them to the source directory Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd/stats.c')
-rw-r--r--fs/nfsd/stats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfsd/stats.c b/fs/nfsd/stats.c
index e3e411e9fe4a..3fc69dfd3091 100644
--- a/fs/nfsd/stats.c
+++ b/fs/nfsd/stats.c
@@ -25,11 +25,11 @@
25 25
26#include <linux/seq_file.h> 26#include <linux/seq_file.h>
27#include <linux/module.h> 27#include <linux/module.h>
28
29#include <linux/sunrpc/stats.h> 28#include <linux/sunrpc/stats.h>
30#include <linux/nfsd/nfsd.h>
31#include <linux/nfsd/stats.h> 29#include <linux/nfsd/stats.h>
32 30
31#include "nfsd.h"
32
33struct nfsd_stats nfsdstats; 33struct nfsd_stats nfsdstats;
34struct svc_stat nfsd_svcstats = { 34struct svc_stat nfsd_svcstats = {
35 .program = &nfsd_program, 35 .program = &nfsd_program,