aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsd.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2014-05-06 19:37:13 +0200
committerJ. Bruce Fields <bfields@redhat.com>2014-05-06 17:54:53 -0400
commit9c69de4c94fcb11db919160d5fa0b48f13d1757a (patch)
tree84ab9298f94f718d5cef937ca3987ab3a8cb1379 /fs/nfsd/nfsd.h
parentNFSd: Remove 'inline' designation for free_client() (diff)
downloadlinux-dev-9c69de4c94fcb11db919160d5fa0b48f13d1757a.tar.xz
linux-dev-9c69de4c94fcb11db919160d5fa0b48f13d1757a.zip
nfsd: remove <linux/nfsd/nfsfh.h>
The only real user of this header is fs/nfsd/nfsfh.h, so merge the two. Various lockѕ source files used it to indirectly get other sunrpc or nfs headers, so fix those up. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfsd.h b/fs/nfsd/nfsd.h
index 479eb681c27c..7d5c310678d0 100644
--- a/fs/nfsd/nfsd.h
+++ b/fs/nfsd/nfsd.h
@@ -15,6 +15,7 @@
#include <linux/nfs2.h>
#include <linux/nfs3.h>
#include <linux/nfs4.h>
+#include <linux/sunrpc/svc.h>
#include <linux/sunrpc/msg_prot.h>
#include <linux/nfsd/debug.h>