aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
authorJeff Layton <jlayton@poochiereds.net>2015-07-30 09:52:13 -0400
committerJ. Bruce Fields <bfields@redhat.com>2015-08-13 10:21:21 -0400
commit4bc6603778e473938ae815123b786e724084790c (patch)
treeedc32ba5a88833b8912c653ed6af876a90470f88 /fs/nfsd
parentsunrpc: Switch to using hash list instead single list (diff)
downloadlinux-dev-4bc6603778e473938ae815123b786e724084790c.tar.xz
linux-dev-4bc6603778e473938ae815123b786e724084790c.zip
nfsd: include linux/nfs4.h in export.h
export.h refers to the pnfs_layouttype enum, which is defined there. Signed-off-by: Jeff Layton <jeff.layton@primarydata.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/export.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/export.h b/fs/nfsd/export.h
index 1f52bfcc436f..2e315072bf3f 100644
--- a/fs/nfsd/export.h
+++ b/fs/nfsd/export.h
@@ -6,6 +6,7 @@
#include <linux/sunrpc/cache.h>
#include <uapi/linux/nfsd/export.h>
+#include <linux/nfs4.h>
struct knfsd_fh;
struct svc_fh;