diff --git a/[refs] b/[refs] index 4395a377c6e9..126e9ef13ca4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 10d2198805d7faa2b193485446ff6b1de42c9b78 +refs/heads/master: 1328df725239804ae30fc7257c1a3185e679b517 diff --git a/trunk/fs/gfs2/quota.c b/trunk/fs/gfs2/quota.c index 47bc5cbba48e..152e6c4a0dca 100644 --- a/trunk/fs/gfs2/quota.c +++ b/trunk/fs/gfs2/quota.c @@ -81,7 +81,7 @@ struct gfs2_quota_change_host { static LIST_HEAD(qd_lru_list); static atomic_t qd_lru_count = ATOMIC_INIT(0); -static spinlock_t qd_lru_lock = SPIN_LOCK_UNLOCKED; +static DEFINE_SPINLOCK(qd_lru_lock); int gfs2_shrink_qd_memory(int nr, gfp_t gfp_mask) {