projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
129e582
)
nfsd: include linux/nfs4.h in export.h
author
Jeff Layton
<jlayton@poochiereds.net>
Thu, 30 Jul 2015 13:52:13 +0000
(09:52 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Thu, 13 Aug 2015 14:21:21 +0000
(10:21 -0400)
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>
fs/nfsd/export.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfsd/export.h
b/fs/nfsd/export.h
index 1f52bfcc436f210c16e148ea90f2b9b0bab6a5c6..2e315072bf3fb83e62d0c469a2d43b2d3683392f 100644
(file)
--- 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;