The patch titled SUNRPC: fix a typo has been removed from the -mm tree. Its filename was sunrpc-fix-a-typo.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: SUNRPC: fix a typo From: Chuck Lever <chuck.lever@xxxxxxxxxx> Yes, this actually passed tests the way it was. Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> Signed-off-by: Trond Myklebust <Trond.Myklebust@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- net/sunrpc/xprtsock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN net/sunrpc/xprtsock.c~sunrpc-fix-a-typo net/sunrpc/xprtsock.c --- a/net/sunrpc/xprtsock.c~sunrpc-fix-a-typo +++ a/net/sunrpc/xprtsock.c @@ -1366,7 +1366,7 @@ int xs_setup_udp(struct rpc_xprt *xprt, if (xprt->slot == NULL) return -ENOMEM; - if (ntohs(addr->sin_port != 0)) + if (ntohs(addr->sin_port) != 0) xprt_set_bound(xprt); xprt->port = xs_get_random_port(); _ Patches currently in -mm which might be from chuck.lever@xxxxxxxxxx are origin.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