diff options
author | Christoph Hellwig <hch@lst.de> | 2014-05-06 19:37:15 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-06 17:54:55 -0400 |
commit | 7f94423e8fcc1e0f3416be76d3da0982f586d565 (patch) | |
tree | 432aebd10b7a443219cba44f57feae897ea47ed9 /fs/nfsd/nfsd.h | |
parent | d430e8d530e900c923bf77718d72478b1c280592 (diff) | |
download | blackbird-op-linux-7f94423e8fcc1e0f3416be76d3da0982f586d565.tar.gz blackbird-op-linux-7f94423e8fcc1e0f3416be76d3da0982f586d565.zip |
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>
Diffstat (limited to 'fs/nfsd/nfsd.h')
-rw-r--r-- | fs/nfsd/nfsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfsd.h b/fs/nfsd/nfsd.h index 72004caad718..7a07f9c6ee78 100644 --- a/fs/nfsd/nfsd.h +++ b/fs/nfsd/nfsd.h @@ -19,8 +19,8 @@ #include <linux/sunrpc/msg_prot.h> #include <linux/nfsd/debug.h> -#include <linux/nfsd/stats.h> +#include "stats.h" #include "export.h" /* |