[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)
commit539e5d6b7ae8612c0393fe940d2da5b591318d3d
tree3ae6afd9c47a9a08e87877988d1c47bc060d71bf
parent9c9ab3d5414653bfe5e5b9f4dfdaab0c6ab17196
[GFS2] Change argument of gfs2_dinode_out

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>
fs/gfs2/acl.c
fs/gfs2/bmap.c
fs/gfs2/dir.c
fs/gfs2/eattr.c
fs/gfs2/inode.c
fs/gfs2/ondisk.c
fs/gfs2/ops_file.c
fs/gfs2/ops_inode.c
include/linux/gfs2_ondisk.h