summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_export.h
diff options
context:
space:
mode:
authorWendy Cheng2006-07-11 19:28:53 +0200
committerSteven Whitehouse2006-07-13 15:24:48 +0200
commit2eb168ca94aba3bcae350ad9b31870955174a218 (patch)
treeba50aeedc42f33a24ff031780f4cd1a00f3afeb9 /fs/gfs2/ops_export.h
parent[GFS2] Fix a coupls of warnings in dir.c (diff)
downloadkernel-qcow2-linux-2eb168ca94aba3bcae350ad9b31870955174a218.tar.gz
kernel-qcow2-linux-2eb168ca94aba3bcae350ad9b31870955174a218.tar.xz
kernel-qcow2-linux-2eb168ca94aba3bcae350ad9b31870955174a218.zip
[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 88d58e57f518..09fc077657d1 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__ */