[GFS2] Change argument of gfs2_dinode_out
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 31 Oct 2006 20:07:05 +0000 (15:07 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:33:54 +0000 (10:33 -0500)
Everywhere this was called, a struct gfs2_inode was available,
but despite that, it was always called with a struct gfs2_dinode
as an argument. By making this change it paves the way to start
eliminating fields duplicated between the kernel's struct inode
and the struct gfs2_dinode.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found