aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd/export.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2014-05-06 13:37:13 -0400
committerJ. Bruce Fields <bfields@redhat.com>2014-05-06 17:54:53 -0400
commit9c69de4c94fcb11db919160d5fa0b48f13d1757a (patch)
tree84ab9298f94f718d5cef937ca3987ab3a8cb1379 /include/linux/nfsd/export.h
parent4dd86e150f63a6c360783f163a979ec563e6d570 (diff)
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 'include/linux/nfsd/export.h')
-rw-r--r--include/linux/nfsd/export.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/nfsd/export.h b/include/linux/nfsd/export.h
index 7898c997dfea..b12c4e526ef2 100644
--- a/include/linux/nfsd/export.h
+++ b/include/linux/nfsd/export.h
@@ -9,9 +9,13 @@
9#ifndef NFSD_EXPORT_H 9#ifndef NFSD_EXPORT_H
10#define NFSD_EXPORT_H 10#define NFSD_EXPORT_H
11 11
12# include <linux/nfsd/nfsfh.h> 12#include <linux/sunrpc/cache.h>
13#include <uapi/linux/nfsd/export.h> 13#include <uapi/linux/nfsd/export.h>
14 14
15struct knfsd_fh;
16struct svc_fh;
17struct svc_rqst;
18
15/* 19/*
16 * FS Locations 20 * FS Locations
17 */ 21 */