diff options
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 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__ */ |