diff options
Diffstat (limited to 'fs/gfs2/meta_io.c')
-rw-r--r-- | fs/gfs2/meta_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/meta_io.c b/fs/gfs2/meta_io.c index d3708af0a4d1..731799153187 100644 --- a/fs/gfs2/meta_io.c +++ b/fs/gfs2/meta_io.c | |||
@@ -78,7 +78,7 @@ struct inode *gfs2_aspace_get(struct gfs2_sbd *sdp) | |||
78 | mapping_set_gfp_mask(aspace->i_mapping, GFP_NOFS); | 78 | mapping_set_gfp_mask(aspace->i_mapping, GFP_NOFS); |
79 | aspace->i_mapping->a_ops = &aspace_aops; | 79 | aspace->i_mapping->a_ops = &aspace_aops; |
80 | aspace->i_size = ~0ULL; | 80 | aspace->i_size = ~0ULL; |
81 | aspace->u.generic_ip = NULL; | 81 | aspace->i_private = NULL; |
82 | insert_inode_hash(aspace); | 82 | insert_inode_hash(aspace); |
83 | } | 83 | } |
84 | return aspace; | 84 | return aspace; |