From: Steven Whitehouse Date: Tue, 4 Nov 2008 10:05:22 +0000 (+0000) Subject: GFS2: Banish struct gfs2_dinode_host X-Git-Tag: v2.6.29-rc1~499^2~18 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383f01fbf4a701b73f5e35ea805ed1700b4b4db9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed