The patch titled
Remove one useless extern declaration
has been added to the -mm tree. Its filename is
remove-one-useless-extern-declaration.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: Remove one useless extern declaration
From: Pierre Peiffer <[EMAIL PROTECTED]>
The file exit.c contains one useless extern declaration of sem_exit().
Moreover, it refers to nothing.
Remove it.
Signed-off-by: Pierre Peiffer <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
kernel/exit.c | 2 --
1 file changed, 2 deletions(-)
diff -puN kernel/exit.c~remove-one-useless-extern-declaration kernel/exit.c
--- a/kernel/exit.c~remove-one-useless-extern-declaration
+++ a/kernel/exit.c
@@ -50,8 +50,6 @@
#include <asm/pgtable.h>
#include <asm/mmu_context.h>
-extern void sem_exit (void);
-
static void exit_mm(struct task_struct * tsk);
static void __unhash_process(struct task_struct *p)
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
ipc-fix-error-check-in-all-new-xxx_lock-and.patch
remove-one-useless-extern-declaration.patch
ipc-semaphores-consolidate-sem_stat-and.patch
ipc-make-struct-ipc_ids-static-in-ipc_namespace.patch
ipc-consolidate-sem_exit_ns-msg_exit_ns-and-shm_exit_ns.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html