diff options
Diffstat (limited to 'fs/gfs2/inode.c')
-rw-r--r-- | fs/gfs2/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index ac9535be304f..784d145058cb 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c | |||
@@ -160,7 +160,7 @@ struct inode *gfs2_inode_lookup(struct super_block *sb, struct gfs2_inum *inum, | |||
160 | if (inode->i_state & I_NEW) { | 160 | if (inode->i_state & I_NEW) { |
161 | struct gfs2_sbd *sdp = GFS2_SB(inode); | 161 | struct gfs2_sbd *sdp = GFS2_SB(inode); |
162 | umode_t mode = DT2IF(type); | 162 | umode_t mode = DT2IF(type); |
163 | inode->u.generic_ip = ip; | 163 | inode->i_private = ip; |
164 | inode->i_mode = mode; | 164 | inode->i_mode = mode; |
165 | 165 | ||
166 | if (S_ISREG(mode)) { | 166 | if (S_ISREG(mode)) { |