commit | 383f01fbf4a701b73f5e35ea805ed1700b4b4db9 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Nov 04 10:05:22 2008 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Jan 05 07:38:59 2009 +0000 |
tree | b2b7a1a188088f319a29e8cc4cc924490837352b | |
parent | c9e98886776386f1f7828d9685e78cd341849867 [diff] |
GFS2: Banish struct gfs2_dinode_host 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: Steven Whitehouse <swhiteho@redhat.com>