--- linux-2.4.7/fs/hfs/catalog.c Tue Feb 13 14:13:45 2001 +++ linux/fs/hfs/catalog.c Fri Jul 27 11:50:57 2001 @@ -100,7 +100,7 @@ static LIST_HEAD(entry_unused); static struct list_head hash_table[C_HASHSIZE]; -spinlock_t entry_lock = SPIN_LOCK_UNLOCKED; +static spinlock_t entry_lock = SPIN_LOCK_UNLOCKED; static struct { int nr_entries;