aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/ops_export.h
diff options
context:
space:
mode:
authorWendy Cheng <wcheng@redhat.com>2006-07-11 13:28:53 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-07-13 09:24:48 -0400
commit2eb168ca94aba3bcae350ad9b31870955174a218 (patch)
treeba50aeedc42f33a24ff031780f4cd1a00f3afeb9 /fs/gfs2/ops_export.h
parent4da3c6463ef6759fb50d12c8652bc29c5c1730a4 (diff)
[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>
Diffstat (limited to 'fs/gfs2/ops_export.h')
-rw-r--r--fs/gfs2/ops_export.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/gfs2/ops_export.h b/fs/gfs2/ops_export.h
index 88d58e57f51..09fc077657d 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__ */