The patch titled make kernel/sysctl.c:_proc_do_string() static has been removed from the -mm tree. Its filename is make-kernel-sysctlc_proc_do_string-static.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: make kernel/sysctl.c:_proc_do_string() static From: Adrian Bunk <bunk@xxxxxxxxx> This patch makes the needlessly global _proc_do_string() static. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/sysctl.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff -puN kernel/sysctl.c~make-kernel-sysctlc_proc_do_string-static kernel/sysctl.c --- a/kernel/sysctl.c~make-kernel-sysctlc_proc_do_string-static +++ a/kernel/sysctl.c @@ -1624,8 +1624,9 @@ static ssize_t proc_writesys(struct file return do_rw_proc(1, file, (char __user *) buf, count, ppos); } -int _proc_do_string(void* data, int maxlen, int write, struct file *filp, - void __user *buffer, size_t *lenp, loff_t *ppos) +static int _proc_do_string(void* data, int maxlen, int write, + struct file *filp, void __user *buffer, + size_t *lenp, loff_t *ppos) { size_t len; char __user *p; _ Patches currently in -mm which might be from bunk@xxxxxxxxx are origin.patch git-gfs2.patch git-pcmcia.patch drivers-net-pcmcia-xirc2ps_csc-remove-unused-label.patch drivers-scsi-aic7xxx-possible-cleanups.patch drivers-scsi-small-cleanups.patch drivers-scsi-qla2xxx-make-some-functions-static.patch drivers-scsi-aic7xxx-aic79xx_corec-make-ahd_match_scb-static.patch drivers-scsi-advansysc-cleanups.patch make-drivers-scsi-aic7xxx-aic79xx_coreahd_set_tags-static.patch megaraid-fix-warnings-when-config_proc_fs=n.patch acx1xx-wireless-driver.patch drivers-edac-make-code-static.patch fs-ecryptfs-possible-cleanups.patch ecryptfs-add-a-maintainers-entry.patch fs-reiser4-possible-cleanups.patch reiser4-possible-cleanups-2.patch drivers-ide-cleanups.patch atyfb-possible-cleanups.patch fbcon-make-3-functions-static.patch vt-proper-prototypes-for-some-console-functions.patch md-the-scheduled-removal-of-the-start_array-ioctl-for-md.patch srcu-3-add-srcu-operations-to-rcutorture-fix.patch rcu-add-fake-writers-to-rcutorture-tidy.patch the-scheduled-removal-of-some-oss-drivers.patch the-scheduled-removal-of-some-oss-drivers-fix.patch the-scheduled-removal-of-some-oss-drivers-fix-fix.patch kill-sound-oss-_symsc.patch slab-cache-shrinker-statistics.patch debug-shared-irqs-kconfig-fix.patch i386-enable-4k-stacks-by-default.patch mutex-subsystem-synchro-test-module.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html