From: Steven Whitehouse Date: Tue, 31 Oct 2006 20:07:05 +0000 (-0500) Subject: [GFS2] Change argument of gfs2_dinode_out X-Git-Tag: v2.6.20-rc1~145^2^2~5^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=539e5d6b7ae8612c0393fe940d2da5b591318d3d;p=pandora-kernel.git [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 --- Reading git-diff-tree failed