[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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user