From 1c7f7829b631c67ef740ef75adc855e4bc17cc08 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 8 May 2007 00:31:51 -0700 Subject: [PATCH] --- yaml --- r: 54734 b: refs/heads/master c: acd64b737567d88a907bb09d7e982ac5e6ad6a7b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/quota.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index fa9854dfe947..5e0cd748722e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6d4d8c0aa255c7b4bdf0fb693ec015b56204bbb3 +refs/heads/master: acd64b737567d88a907bb09d7e982ac5e6ad6a7b diff --git a/trunk/include/linux/quota.h b/trunk/include/linux/quota.h index 77db80a953d6..62439828395e 100644 --- a/trunk/include/linux/quota.h +++ b/trunk/include/linux/quota.h @@ -44,8 +44,6 @@ typedef __kernel_uid32_t qid_t; /* Type in which we store ids in memory */ typedef __u64 qsize_t; /* Type in which we store sizes */ -extern spinlock_t dq_data_lock; - /* Size of blocks in which are counted size limits */ #define QUOTABLOCK_BITS 10 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) @@ -139,6 +137,8 @@ struct if_dqinfo { #include #include +extern spinlock_t dq_data_lock; + /* Maximal numbers of writes for quota operation (insert/delete/update) * (over VFS all formats) */ #define DQUOT_INIT_ALLOC max(V1_INIT_ALLOC, V2_INIT_ALLOC)