From: Anton Blanchard <anton@samba.org>

It's been there since the kernel was first imported into bk.  We see no
reason for this.


---

 25-akpm/fs/binfmt_misc.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/binfmt_misc.c~binfmt_misc-remove-attribute_unused fs/binfmt_misc.c
--- 25/fs/binfmt_misc.c~binfmt_misc-remove-attribute_unused	2004-04-11 01:08:56.926084032 -0700
+++ 25-akpm/fs/binfmt_misc.c	2004-04-11 01:08:56.930083424 -0700
@@ -54,7 +54,7 @@ typedef struct {
 	struct dentry *dentry;
 } Node;
 
-static rwlock_t entries_lock __attribute__((unused)) = RW_LOCK_UNLOCKED;
+static rwlock_t entries_lock = RW_LOCK_UNLOCKED;
 static struct vfsmount *bm_mnt;
 static int entry_count;
 

_