diff options
Diffstat (limited to 'fs/gfs2/main.c')
-rw-r--r-- | fs/gfs2/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/gfs2/main.c b/fs/gfs2/main.c index 8a139ff1919f..c150298e2d8e 100644 --- a/fs/gfs2/main.c +++ b/fs/gfs2/main.c | |||
@@ -40,7 +40,8 @@ static void gfs2_init_inode_once(void *foo) | |||
40 | inode_init_once(&ip->i_inode); | 40 | inode_init_once(&ip->i_inode); |
41 | init_rwsem(&ip->i_rw_mutex); | 41 | init_rwsem(&ip->i_rw_mutex); |
42 | INIT_LIST_HEAD(&ip->i_trunc_list); | 42 | INIT_LIST_HEAD(&ip->i_trunc_list); |
43 | ip->i_alloc = NULL; | 43 | ip->i_qadata = NULL; |
44 | ip->i_res = NULL; | ||
44 | ip->i_hash_cache = NULL; | 45 | ip->i_hash_cache = NULL; |
45 | } | 46 | } |
46 | 47 | ||