commit | e0b62e21b71bbe6d1015fe3e891cd9f50d04e660 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Fri Jun 30 08:16:46 2017 -0500 |
committer | Bob Peterson <rpeterso@redhat.com> | Wed Jul 05 07:21:07 2017 -0500 |
tree | c96f76569f65d182f60486d7f8ac5bfb5d23a3f3 | |
parent | 6b0c7440bcb4b7e5a64836132caf56bf19a33f6e [diff] |
gfs2: gfs2_create_inode: Keep glock across iput On failure, keep the inode glock across the final iput of the new inode so that gfs2_evict_inode doesn't have to re-acquire the glock. That way, gfs2_evict_inode won't need to revalidate the block type. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>