]> git.baikalelectronics.ru Git - kernel.git/commit
GFS2: Use DEFINE_SPINLOCK
authorXu Gang <xug@cn.fujitsu.com>
Tue, 14 Apr 2009 06:54:14 +0000 (14:54 +0800)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 15 Apr 2009 09:18:07 +0000 (10:18 +0100)
commitf51ae17c5010cfb121a6ff88f6266fe60ef162db
tree0146b3e7d4f254bde14d82199965f3fcad6bfba3
parentce58adb9ba4d2f9dc0d8ad92c917b445a1b86859
GFS2: Use DEFINE_SPINLOCK

SPIN_LOCK_UNLOCKED is deprecated, use DEFINE_SPINLOCK instead.
(as suggested in Documentation/spinlocks.txt)

Signed-off-by: Xu Gang <xug@cn.fujitsu.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/quota.c