[GFS2] Change argument to gfs2_dinode_in

This is a preliminary patch to enable the removal of fields
in gfs2_dinode_host which are duplicated in struct inode.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
Steven Whitehouse
2006-10-31 15:22:10 -05:00
parent 539e5d6b7a
commit 891ea14712
3 changed files with 4 additions and 4 deletions

View File

@@ -229,7 +229,7 @@ int gfs2_inode_refresh(struct gfs2_inode *ip)
return -EIO;
}
gfs2_dinode_in(&ip->i_di, dibh->b_data);
gfs2_dinode_in(ip, dibh->b_data);
brelse(dibh);