]> err.no Git - linux-2.6/blobdiff - fs/gfs2/ops_export.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
[linux-2.6] / fs / gfs2 / ops_export.h
index d52c2d93010c6fe09135078e433bd96d00f06053..f925a955b3b86124a1c43634a2659ed4fa0b1c11 100644 (file)
 #ifndef __OPS_EXPORT_DOT_H__
 #define __OPS_EXPORT_DOT_H__
 
+#define GFS2_SMALL_FH_SIZE 4
+#define GFS2_LARGE_FH_SIZE 10
+
 extern struct export_operations gfs2_export_ops;
 struct gfs2_fh_obj {
-       struct gfs2_inum this;
+       struct gfs2_inum_host this;
        __u32            imode;
 };