summaryrefslogtreecommitdiff
path: root/fs/gfs2/inode.c
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-10-31 20:22:10 (GMT)
committerSteven Whitehouse <swhiteho@redhat.com>2006-11-30 15:33:57 (GMT)
commit891ea14712da68e282de8583e5fa14f0d3f3731e (patch)
tree2550fb6f9cfe3fce0f1a27b7b4c781a67f2497e2 /fs/gfs2/inode.c
parent539e5d6b7ae8612c0393fe940d2da5b591318d3d (diff)
downloadlinux-fsl-qoriq-891ea14712da68e282de8583e5fa14f0d3f3731e.tar.xz
[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>
Diffstat (limited to 'fs/gfs2/inode.c')
-rw-r--r--fs/gfs2/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c
index b861ddb..9875e93 100644
--- a/fs/gfs2/inode.c
+++ b/fs/gfs2/inode.c
@@ -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);