fix file specification in comments
[powerpc.git] / include / linux / ufs_fs_i.h
index f50ce3b..6496caa 100644 (file)
@@ -20,13 +20,12 @@ struct ufs_inode_info {
                __fs64  u2_i_data[15];
        } i_u1;
        __u32   i_flags;
-       __u32   i_gen;
        __u32   i_shadow;
        __u32   i_unused1;
        __u32   i_unused2;
        __u32   i_oeftflag;
        __u16   i_osync;
-       __u32   i_lastfrag;
+       __u64   i_lastfrag;
        __u32   i_dir_start_lookup;
        struct inode vfs_inode;
 };