From: Abhijith Das Date: Fri, 21 Jul 2006 06:03:21 +0000 (-0400) Subject: [GFS2] gfs2_set_flags double locking patch X-Git-Tag: v2.6.19-rc1~32^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52f341cf75d2da84811127582616984eb0602360;p=pandora-kernel.git [GFS2] gfs2_set_flags double locking patch traced the "umount hang due to spurious glock" issue that I was having with gfs2meta. It's in the do_gfs2_set_flags function, which does a gfs2_holder_init as well as a gfs2_glock_nq_init (increases ref count by 2 instead of 1). Signed-off-by: Abhijith Das Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed