From: Eric Sandeen Date: Tue, 18 Sep 2012 02:50:31 +0000 (-0500) Subject: GFS2: fix s_writers.counter imbalance in gfs2_ail_empty_gl X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~108^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b4df294387c777c3091a43e9970572e10261b1;p=pandora-kernel.git GFS2: fix s_writers.counter imbalance in gfs2_ail_empty_gl gfs2_ail_empty_gl() contains an "inline version" of gfs2_trans_begin(), so it needs an explicit sb_start_intwrite() as well, to balance the sb_end_intwrite() which will be called by gfs2_trans_end(). With this, xfstest 068 passes on lock_nolock local gfs2. Without it, we reach a writer count of -1 and get stuck. Signed-off-by: Eric Sandeen Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed