Re: [Cluster-devel] [PATCH] gfs2: Initialize iopen glock holder for new inodes

2016-06-17 Thread Bob Peterson
- Original Message - | From: Bob Peterson | | In gfs2_init_inode_once, initialize inode->i_iopen_gh.gh_gl to NULL: | otherwise, when gfs2_inode_lookup fails, the iopen glock holder can | remain unset and iget_failed can end up accessing random memory. | | It turned

[Cluster-devel] [PATCH] gfs2: Initialize iopen glock holder for new inodes

2016-06-17 Thread Andreas Gruenbacher
From: Bob Peterson In gfs2_init_inode_once, initialize inode->i_iopen_gh.gh_gl to NULL: otherwise, when gfs2_inode_lookup fails, the iopen glock holder can remain unset and iget_failed can end up accessing random memory. It turned out that patch "gfs2: Fix