From: Jeff Layton Date: Thu, 30 Jul 2015 13:52:13 +0000 (-0400) Subject: nfsd: include linux/nfs4.h in export.h X-Git-Tag: firefly_0821_release~176^2~1134^2~16 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4bc6603778e473938ae815123b786e724084790c;p=firefly-linux-kernel-4.4.55.git 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 Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- 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 #include +#include struct knfsd_fh; struct svc_fh;