diff options
author | Eric Sandeen <sandeen@redhat.com> | 2012-09-17 21:50:31 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2012-09-24 10:47:29 +0100 |
commit | a0b4df294387c777c3091a43e9970572e10261b1 (patch) | |
tree | 11526c24ae007ba3b8d3cc0bd5430546f10a56be /include/linux/nmi.h | |
parent | 3701530aed9711fcfe9b29d3de0f7a27c8dbc8ae (diff) | |
download | op-kernel-dev-a0b4df294387c777c3091a43e9970572e10261b1.zip op-kernel-dev-a0b4df294387c777c3091a43e9970572e10261b1.tar.gz |
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 <sandeen@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'include/linux/nmi.h')
0 files changed, 0 insertions, 0 deletions