GFS2: sparse annotation of gl->gl_spin
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 24 Oct 2008 18:31:12 +0000 (11:31 -0700)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 5 Jan 2009 07:38:50 +0000 (07:38 +0000)
commit55ba474daed9763b2f6fe26ad762ee373554d65e
treecebf67226c2d5e84505fa1aa5e6d8e7afed005c0
parent1bb7322fd0d5abdce396de51cbc5dbc489523018
GFS2: sparse annotation of gl->gl_spin

fs/gfs2/glock.c:308:5: warning: context problem in 'do_promote': '_spin_unlock' expected different context
fs/gfs2/glock.c:308:5:    context '*gl+28': wanted >= 1, got 0
fs/gfs2/glock.c:529:2: warning: context problem in 'do_xmote': '_spin_unlock' expected different context
fs/gfs2/glock.c:529:2:    context '*gl+28': wanted >= 1, got 0
fs/gfs2/glock.c:925:3: warning: context problem in 'add_to_queue': '_spin_unlock' expected different context
fs/gfs2/glock.c:925:3:    context '*gl+28': wanted >= 1, got 0

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glock.c