patch-2.4.13 linux/fs/hfs/catalog.c

Next file: linux/fs/isofs/inode.c
Previous file: linux/fs/freevxfs/vxfs_super.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.12/linux/fs/hfs/catalog.c linux/fs/hfs/catalog.c
@@ -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;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)