From e52beb11321ff9febf25f480c9144e58d93462c2 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Mon, 26 Jan 2009 15:32:46 +0100 Subject: [PATCH] --- yaml --- r: 135902 b: refs/heads/master c: c516610cfec5c50f84ff8cc315628548481f4990 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/quota/dquot.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 6a7d74f9445c..49b23b35ecd4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 884d179dff3aa98a73c3ba9dee05fd6050d664f0 +refs/heads/master: c516610cfec5c50f84ff8cc315628548481f4990 diff --git a/trunk/fs/quota/dquot.c b/trunk/fs/quota/dquot.c index 28aa14667602..e840fa2b112e 100644 --- a/trunk/fs/quota/dquot.c +++ b/trunk/fs/quota/dquot.c @@ -129,9 +129,9 @@ * i_mutex on quota files is special (it's below dqio_mutex) */ -static DEFINE_SPINLOCK(dq_list_lock); -static DEFINE_SPINLOCK(dq_state_lock); -DEFINE_SPINLOCK(dq_data_lock); +static __cacheline_aligned_in_smp DEFINE_SPINLOCK(dq_list_lock); +static __cacheline_aligned_in_smp DEFINE_SPINLOCK(dq_state_lock); +__cacheline_aligned_in_smp DEFINE_SPINLOCK(dq_data_lock); EXPORT_SYMBOL(dq_data_lock); static char *quotatypes[] = INITQFNAMES;