Message ID | 1308087394-13207-1-git-send-email-bharrosh@panasas.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/fs/exofs/export.c b/fs/exofs/export.c index c8a7d46..20969bf 100644 --- a/fs/exofs/export.c +++ b/fs/exofs/export.c @@ -27,6 +27,8 @@ #include <linux/nfsd/nfsd4_pnfs.h> #include "exofs.h" +#include "../exportfs/pnfs_osd_xdr_srv.h" + static int exofs_layout_type(struct super_block *sb) { return LAYOUT_OSD2_OBJECTS;
Include from export.c the server XDR header Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> --- fs/exofs/export.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)