gfs2: Replace rhashtable_walk_init with rhashtable_walk_enter

Function rhashtable_walk_init is deprecated.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
This commit is contained in:
Andreas Gruenbacher 2017-03-09 09:38:51 -05:00 коммит произвёл Bob Peterson
Родитель 0d1c7ae9d8
Коммит cc37a62785
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1934,7 +1934,7 @@ static int gfs2_glocks_open(struct inode *inode, struct file *file)
if (seq->buf)
seq->size = GFS2_SEQ_GOODSIZE;
gi->gl = NULL;
ret = rhashtable_walk_init(&gl_hash_table, &gi->hti, GFP_KERNEL);
rhashtable_walk_enter(&gl_hash_table, &gi->hti);
}
return ret;
}