The patch titled SUNRPC: export svc_sock_update_bufs has been removed from the -mm tree. Its filename was sunrpc-export-svc_sock_update_bufs.patch This patch was dropped because an updated version will be merged The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: SUNRPC: export svc_sock_update_bufs From: Jeff Layton <jlayton@xxxxxxxxxx> Needed since the plan is to not have a svc_create_thread helper and to have current users of that function just call kthread_run directly. Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> Cc: Trond Myklebust <trond.myklebust@xxxxxxxxxx> Cc: "J. Bruce Fields" <bfields@xxxxxxxxxxxx> Cc: Neil Brown <neilb@xxxxxxx> Cc: Chuck Lever <cel@xxxxxxxxxxxxxx> Cc: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- net/sunrpc/svcsock.c | 1 + 1 file changed, 1 insertion(+) diff -puN net/sunrpc/svcsock.c~sunrpc-export-svc_sock_update_bufs net/sunrpc/svcsock.c --- a/net/sunrpc/svcsock.c~sunrpc-export-svc_sock_update_bufs +++ a/net/sunrpc/svcsock.c @@ -1350,6 +1350,7 @@ void svc_sock_update_bufs(struct svc_ser } spin_unlock_bh(&serv->sv_lock); } +EXPORT_SYMBOL(svc_sock_update_bufs); /* * Receive the next request on any socket. This code is carefully _ Patches currently in -mm which might be from jlayton@xxxxxxxxxx are git-cifs.patch sunrpc-export-svc_sock_update_bufs.patch nlm-initialize-completion-variable-in-lockd_up.patch nlm-have-lockd-call-try_to_freeze.patch nlm-convert-lockd-to-use-kthreads.patch nlm-add-reference-counting-to-lockd.patch git-unionfs.patch smbfs-fix-calculation-of-kernel_recvmsg-size-parameter-in-smb_receive.patch deprecate-smbfs-in-favour-of-cifs.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