diff options
author | Jeff Layton <jlayton@poochiereds.net> | 2015-07-30 09:52:13 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2015-08-13 10:21:21 -0400 |
commit | 4bc6603778e473938ae815123b786e724084790c (patch) | |
tree | edc32ba5a88833b8912c653ed6af876a90470f88 /fs/nfsd/export.h | |
parent | 129e5824cd96d9289679973f0ff7c48e88d569bb (diff) | |
download | linux-4bc6603778e473938ae815123b786e724084790c.tar.bz2 |
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/export.h')
-rw-r--r-- | fs/nfsd/export.h | 1 |
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; |