commit | 539e5d6b7ae8612c0393fe940d2da5b591318d3d | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Oct 31 15:07:05 2006 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Nov 30 10:33:54 2006 -0500 |
tree | 3ae6afd9c47a9a08e87877988d1c47bc060d71bf | |
parent | 9c9ab3d5414653bfe5e5b9f4dfdaab0c6ab17196 [diff] |
[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>