summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsd.h
diff options
context:
space:
mode:
authorChristoph Hellwig2014-05-06 19:37:14 +0200
committerJ. Bruce Fields2014-05-06 23:54:54 +0200
commitd430e8d530e900c923bf77718d72478b1c280592 (patch)
treea8907dc9e4fd7d8e7cec2f8ba3498752a1140a91 /fs/nfsd/nfsd.h
parentnfsd: remove <linux/nfsd/nfsfh.h> (diff)
downloadkernel-qcow2-linux-d430e8d530e900c923bf77718d72478b1c280592.tar.gz
kernel-qcow2-linux-d430e8d530e900c923bf77718d72478b1c280592.tar.xz
kernel-qcow2-linux-d430e8d530e900c923bf77718d72478b1c280592.zip
nfsd: move <linux/nfsd/export.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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfsd/nfsd.h b/fs/nfsd/nfsd.h
index 7d5c310678d0..72004caad718 100644
--- a/fs/nfsd/nfsd.h
+++ b/fs/nfsd/nfsd.h
@@ -19,9 +19,10 @@
#include <linux/sunrpc/msg_prot.h>
#include <linux/nfsd/debug.h>
-#include <linux/nfsd/export.h>
#include <linux/nfsd/stats.h>
+#include "export.h"
+
/*
* nfsd version
*/