]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: put glock reference in error patch of read_rindex_entry
authorBob Peterson <rpeterso@redhat.com>
Thu, 22 Mar 2012 12:58:30 +0000 (08:58 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 2 Apr 2012 11:05:14 +0000 (12:05 +0100)
commit93995e775912845896a1f9c6df3fde62d47adc9b
treee7665a303fd7dd4b435176b6407a4eba2f1fe548
parentdd775ae2549217d3ae09363e3edb305d0fa19928
GFS2: put glock reference in error patch of read_rindex_entry

This patch fixes the error path of function read_rindex_entry
so that it correctly gives up its glock reference in cases where
there is a race to re-read the rindex after gfs2_grow.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/rgrp.c