gfs2: Remove gl_spin define
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 29 Oct 2015 15:58:09 +0000 (10:58 -0500)
committerBob Peterson <rpeterso@redhat.com>
Thu, 29 Oct 2015 17:57:48 +0000 (12:57 -0500)
commitf3dd1649122b9e73f869e5304d5fa8554e128b7a
treed6e75c45ea5250f7dc483c51b08cd1b78f40fa1d
parent491e94f790982bec5a1334dd3db2708de3724bdf
gfs2: Remove gl_spin define

Commit e66cf161 replaced the gl_spin spinlock in struct gfs2_glock with a
gl_lockref lockref and defined gl_spin as gl_lockref.lock (the spinlock in
gl_lockref).  Remove that define to make the references to gl_lockref.lock more
obvious.

Signed-off-by: Andreas Gruenbacher <andreas.gruenbacher@gmail.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Documentation/filesystems/gfs2-glocks.txt
fs/gfs2/glock.c
fs/gfs2/glock.h
fs/gfs2/glops.c
fs/gfs2/incore.h
fs/gfs2/main.c
fs/gfs2/rgrp.c