GFS2: Banish struct gfs2_dinode_host
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 4 Nov 2008 10:05:22 +0000 (10:05 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 5 Jan 2009 07:38:59 +0000 (07:38 +0000)
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>

No differences found