Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135902
b: refs/heads/master
c: c516610
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara committed Mar 26, 2009
1 parent 04a3076 commit e52beb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 884d179dff3aa98a73c3ba9dee05fd6050d664f0
refs/heads/master: c516610cfec5c50f84ff8cc315628548481f4990
6 changes: 3 additions & 3 deletions trunk/fs/quota/dquot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e52beb1

Please sign in to comment.