The patch titled NFS: make 2 functions static has been removed from the -mm tree. Its filename is nfs-make-2-functions-static.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Cc: Trond Myklebust <trond.myklebust@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/lockd/svclock.c | 2 +- net/sunrpc/stats.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff -puN fs/lockd/svclock.c~nfs-make-2-functions-static fs/lockd/svclock.c --- devel/fs/lockd/svclock.c~nfs-make-2-functions-static 2006-03-23 03:54:28.000000000 -0800 +++ devel-akpm/fs/lockd/svclock.c 2006-03-23 03:54:28.000000000 -0800 @@ -650,7 +650,7 @@ static void nlmsvc_grant_callback(struct svc_wake_up(block->b_daemon); } -void nlmsvc_grant_release(void *data) +static void nlmsvc_grant_release(void *data) { struct nlm_rqst *call = data; diff -puN net/sunrpc/stats.c~nfs-make-2-functions-static net/sunrpc/stats.c --- devel/net/sunrpc/stats.c~nfs-make-2-functions-static 2006-03-23 03:54:28.000000000 -0800 +++ devel-akpm/net/sunrpc/stats.c 2006-03-23 03:54:28.000000000 -0800 @@ -176,7 +176,8 @@ void rpc_count_iostats(struct rpc_task * op_metrics->om_execute += execute; } -void _print_name(struct seq_file *seq, unsigned int op, struct rpc_procinfo *procs) +static void _print_name(struct seq_file *seq, unsigned int op, + struct rpc_procinfo *procs) { if (procs[op].p_name) seq_printf(seq, "\t%12s: ", procs[op].p_name); _ Patches currently in -mm which might be from bunk@xxxxxxxxx are origin.patch fix-section-mismatch-in-pm2fbo.patch git-acpi.patch acpiphp-use-new-dock-driver-fix.patch git-dvb.patch drivers-media-video-bt866c-small-fixes-2.patch gregkh-i2c-w1-cleanups-fix.patch git-infiniband.patch git-intelfb.patch git-ocfs2.patch gregkh-pci-acpiphp-configure-_prt-v3-cleanup.patch drivers-scsi-aic7xxx-possible-cleanups.patch drivers-scsi-small-cleanups.patch drivers-scsi-megaraidc-add-a-dummy-mega_create_proc_entry-for-proc_fs=y.patch drivers-scsi-gdthc-make-__gdth_execute-static.patch drivers-scsi-qla2xxx-make-some-functions-static.patch drivers-scsi-aic7xxx-aic79xx_corec-make-ahd_done_with_status-static.patch scsi-megaraid-megaraid_mmc-fix-a-null-pointer-dereference.patch remove-drivers-scsi-constantscscsi_print_req_sense.patch drivers-scsi-aic7xxx-aic79xx_corec-make-ahd_match_scb-static.patch drivers-scsi-aic7xxx-possible-cleanups-2.patch ieee80211_wxc-remove-dead-code.patch bcm43xx_phyc-fix-a-memory-leak.patch memory_hotplugh-cleanup.patch acx1xx-wireless-driver.patch arch-i386-kernel-apicc-make-modern_apic-static.patch drivers-acpi-busc-make-struct-acpi_sci_dir-static.patch kernel-power-snapshotc-cleanups.patch remove-fs-jffs2-ioctlc.patch update-obsolete_oss_driver-schedule-and-dependencies.patch make-the-oss-sound_via82cxxx-option-available-again.patch fs-locksc-make-posix_locks_deadlock-static.patch remove-config_parport_arc-drivers-parport-parport_arcc.patch fs-fat-miscc-unexport-fat_sync_bhs.patch the-scheduled-unexport-of-insert_resource.patch time-i386-clocksource-drivers.patch dlm-recovery.patch dlm-build.patch dlm-cleanup-unused-functions.patch dlm-include-own-headers.patch reiser4.patch fs-reiser4-misc-cleanups.patch nmi-lockup-and-altsysrq-p-dumping-calltraces-on-_all_-cpus.patch slab-cache-shrinker-statistics.patch i386-enable-4k-stacks-by-default.patch mutex-subsystem-synchro-test-module.patch drivers-char-ipmi-ipmi_msghandlerc-make-proc_ipmi_root-static.patch drivers-message-i2o-iopc-unexport-i2o_msg_nop.patch x86_64-unexport-ia32_sys_call_table.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