X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fdquot.c;h=b035fc4b448c918ae878c9dc668d31478c1da954;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=35c84acdcc80034688bb4384886c60f9fca8dcac;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/fs/dquot.c b/fs/dquot.c index 35c84acdc..b035fc4b4 100644 --- a/fs/dquot.c +++ b/fs/dquot.c @@ -120,7 +120,7 @@ * i_sem on quota files is special (it's below dqio_sem) */ -spinlock_t dq_list_lock = SPIN_LOCK_UNLOCKED; +static spinlock_t dq_list_lock = SPIN_LOCK_UNLOCKED; spinlock_t dq_data_lock = SPIN_LOCK_UNLOCKED; static char *quotatypes[] = INITQFNAMES; @@ -1792,7 +1792,6 @@ module_init(dquot_init); EXPORT_SYMBOL(register_quota_format); EXPORT_SYMBOL(unregister_quota_format); EXPORT_SYMBOL(dqstats); -EXPORT_SYMBOL(dq_list_lock); EXPORT_SYMBOL(dq_data_lock); EXPORT_SYMBOL(vfs_quota_on); EXPORT_SYMBOL(vfs_quota_on_mount);