]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] binfmt_misc: remove attribute(unused)
authorAndrew Morton <akpm@osdl.org>
Tue, 13 Apr 2004 02:25:55 +0000 (19:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 13 Apr 2004 02:25:55 +0000 (19:25 -0700)
From: Anton Blanchard <anton@samba.org>

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

fs/binfmt_misc.c

index 1f50f32f9ef83cc2eb18cbc5a3119b1d0c40979f..20d40b9e0bf3369908da6581c58735ac5ff05016 100644 (file)
@@ -52,7 +52,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;