diff options
Diffstat (limited to 'fs/gfs2/main.c')
-rw-r--r-- | fs/gfs2/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/main.c b/fs/gfs2/main.c index 6cdb0f2a1b09..e04d0e09ee7b 100644 --- a/fs/gfs2/main.c +++ b/fs/gfs2/main.c | |||
@@ -43,7 +43,6 @@ static void gfs2_init_inode_once(void *foo) | |||
43 | inode_init_once(&ip->i_inode); | 43 | inode_init_once(&ip->i_inode); |
44 | init_rwsem(&ip->i_rw_mutex); | 44 | init_rwsem(&ip->i_rw_mutex); |
45 | INIT_LIST_HEAD(&ip->i_trunc_list); | 45 | INIT_LIST_HEAD(&ip->i_trunc_list); |
46 | ip->i_qadata = NULL; | ||
47 | ip->i_res = NULL; | 46 | ip->i_res = NULL; |
48 | ip->i_hash_cache = NULL; | 47 | ip->i_hash_cache = NULL; |
49 | } | 48 | } |