]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit383f01fbf4a701b73f5e35ea805ed1700b4b4db9
treeb2b7a1a188088f319a29e8cc4cc924490837352b
parentc9e98886776386f1f7828d9685e78cd341849867
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>
12 files changed:
fs/gfs2/bmap.c
fs/gfs2/dir.c
fs/gfs2/eattr.c
fs/gfs2/glops.c
fs/gfs2/incore.h
fs/gfs2/inode.c
fs/gfs2/inode.h
fs/gfs2/ops_export.c
fs/gfs2/ops_file.c
fs/gfs2/ops_inode.c
fs/gfs2/ops_super.c
fs/gfs2/quota.c