All of lore.kernel.org
 help / color / mirror / Atom feed
* - sysctl-factor-out-sysctl_head_next-from-do_sysctl-warning-fix.patch removed from -mm tree
@ 2007-02-14  6:58 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-14  6:58 UTC (permalink / raw)
  To: akpm, ebiederm, mm-commits


The patch titled
     sysctl-factor-out-sysctl_head_next-from-do_sysctl warning fix
has been removed from the -mm tree.  Its filename was
     sysctl-factor-out-sysctl_head_next-from-do_sysctl-warning-fix.patch

This patch was dropped because it was folded into sysctl-factor-out-sysctl_head_next-from-do_sysctl.patch

------------------------------------------------------
Subject: sysctl-factor-out-sysctl_head_next-from-do_sysctl warning fix
From: Andrew Morton <akpm@osdl.org>

Cc: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/sysctl.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff -puN kernel/sysctl.c~sysctl-factor-out-sysctl_head_next-from-do_sysctl-warning-fix kernel/sysctl.c
--- a/kernel/sysctl.c~sysctl-factor-out-sysctl_head_next-from-do_sysctl-warning-fix
+++ a/kernel/sysctl.c
@@ -1156,7 +1156,6 @@ int do_sysctl(int __user *name, int nlen
 	       void __user *newval, size_t newlen)
 {
 	struct ctl_table_header *head;
-	struct list_head *tmp;
 	int error = -ENOTDIR;
 
 	if (nlen <= 0 || nlen >= CTL_MAXNAME)
@@ -1167,8 +1166,8 @@ int do_sysctl(int __user *name, int nlen
 			return -EFAULT;
 	}
 
-	for (head = sysctl_head_next(NULL); head; head = sysctl_head_next(head)) {
-
+	for (head = sysctl_head_next(NULL); head;
+			head = sysctl_head_next(head)) {
 		error = parse_table(name, nlen, oldval, oldlenp, 
 					newval, newlen, head->ctl_table);
 		if (error != -ENOTDIR) {
_

Patches currently in -mm which might be from akpm@osdl.org are

origin.patch
scheduled-removal-of-sa_xxx-interrupt-flags-ata-fix.patch
sysctl-c99-convert-ctl_tables-in-ntfs-and-remove-sys_sysctl-support.patch
sysctl-move-utsname-sysctls-to-their-own-file-fix-2.patch
sysctl-create-sys-fs-binfmt_misc-as-an-ordinary-sysctl-entry.patch
sysctl-factor-out-sysctl_head_next-from-do_sysctl.patch
sysctl-factor-out-sysctl_head_next-from-do_sysctl-warning-fix.patch
sysctl-reimplement-the-sysctl-proc-support-warning-fix.patch
sysctl-reimplement-the-sysctl-proc-support-fix-2.patch
sysctl-remove-the-proc_dir_entry-member-for-the-sysctl-tables-ntfs-fix.patch
nr_blockdev_pages-in_interrupt-warning.patch
device-suspend-debug.patch
mutex-subsystem-synchro-test-module-fix.patch
slab-leaks3-default-y.patch
vdso-print-fatal-signals-use-ctl_unnumbered.patch
restore-rogue-readahead-printk.patch
put_bh-debug.patch
e1000-printk-warning-fixes.patch
acpi_format_exception-debug.patch
add-debugging-aid-for-memory-initialisation-problems-fix.patch
kmap_atomic-debugging.patch
shrink_slab-handle-bad-shrinkers.patch
ia64-enable-config_debug_spinlock_sleep.patch
squash-ipc-warnings.patch
squash-udf-warnings.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-14  6:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-14  6:58 - sysctl-factor-out-sysctl_head_next-from-do_sysctl-warning-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.