Skip to content

Commit

Permalink
nfsd: include linux/nfs4.h in export.h
Browse files Browse the repository at this point in the history
export.h refers to the pnfs_layouttype enum, which is defined there.

Signed-off-by: Jeff Layton <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
  • Loading branch information
jtlayton authored and J. Bruce Fields committed Aug 13, 2015
1 parent 129e582 commit 4bc6603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nfsd/export.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4bc6603

Please sign in to comment.