Skip to content
  • Steven Whitehouse's avatar
    GFS2: Banish struct gfs2_dinode_host · 383f01fb
    Steven Whitehouse authored
    
    
    The final field in gfs2_dinode_host was the i_flags field. Thats
    renamed to i_diskflags in order to avoid confusion with the existing
    inode flags, and moved into the inode proper at a suitable location
    to avoid creating a "hole".
    
    At that point struct gfs2_dinode_host is no longer needed and as
    promised (quite some time ago!) it can now be removed completely.
    
    Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
    383f01fb