[GFS2] NFS update

Update the NFS filehandles so that they contain the file type.

Signed-off-by: Wendy Cheng <wcheng@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

diff --git a/fs/gfs2/ops_export.h b/fs/gfs2/ops_export.h
index 88d58e5..09fc077 100644
--- a/fs/gfs2/ops_export.h
+++ b/fs/gfs2/ops_export.h
@@ -11,5 +11,9 @@
 #define __OPS_EXPORT_DOT_H__
 
 extern struct export_operations gfs2_export_ops;
+struct gfs2_fh_obj {
+	struct gfs2_inum this;
+	__u32            imode;
+};
 
 #endif /* __OPS_EXPORT_DOT_H__ */