diff options
author | Wendy Cheng <wcheng@redhat.com> | 2006-07-11 13:28:53 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-07-13 09:24:48 -0400 |
commit | 2eb168ca94aba3bcae350ad9b31870955174a218 (patch) | |
tree | ba50aeedc42f33a24ff031780f4cd1a00f3afeb9 /fs/gfs2/ops_export.h | |
parent | 4da3c6463ef6759fb50d12c8652bc29c5c1730a4 (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.h | 4 |
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 @@ | |||
11 | #define __OPS_EXPORT_DOT_H__ | 11 | #define __OPS_EXPORT_DOT_H__ |
12 | 12 | ||
13 | extern struct export_operations gfs2_export_ops; | 13 | extern struct export_operations gfs2_export_ops; |
14 | struct gfs2_fh_obj { | ||
15 | struct gfs2_inum this; | ||
16 | __u32 imode; | ||
17 | }; | ||
14 | 18 | ||
15 | #endif /* __OPS_EXPORT_DOT_H__ */ | 19 | #endif /* __OPS_EXPORT_DOT_H__ */ |