commit | 783013c0f5c7263a31703b15aeebbac279b4d4fe | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Fri Dec 04 10:19:14 2015 -0600 |
committer | Bob Peterson <rpeterso@redhat.com> | Fri Dec 18 10:57:21 2015 -0600 |
tree | f30364b378ba779561cd3e74e2f6d7f912498c35 | |
parent | ee530beafeca9826b2086eab053312b182c09669 [diff] |
GFS2: Release iopen glock in gfs2_create_inode error cases Some error cases in gfs2_create_inode were not unlocking the iopen glock, getting the reference count off. This adds the proper unlock. The error logic in function gfs2_create_inode was also convoluted, so this patch simplifies it. It also takes care of a bug in which gfs2_qa_delete() was not called in an error case. Signed-off-by: Bob Peterson <rpeterso@redhat.com>