diff options
Diffstat (limited to 'fs/gfs2/glock.c')
-rw-r--r-- | fs/gfs2/glock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index fac271f390bf..1c916fedc04b 100644 --- a/fs/gfs2/glock.c +++ b/fs/gfs2/glock.c | |||
@@ -2179,9 +2179,8 @@ static int dump_glock(struct gfs2_glock *gl) | |||
2179 | 2179 | ||
2180 | error = 0; | 2180 | error = 0; |
2181 | 2181 | ||
2182 | out: | 2182 | out: |
2183 | spin_unlock(&gl->gl_spin); | 2183 | spin_unlock(&gl->gl_spin); |
2184 | |||
2185 | return error; | 2184 | return error; |
2186 | } | 2185 | } |
2187 | 2186 | ||