From 7037d70eb5cf3e283e08e48d14892d4ccc67ed9a Mon Sep 17 00:00:00 2001 From: Benny Halevy Date: Fri, 26 Sep 2008 15:14:13 +0300 Subject: [PATCH] --- yaml --- r: 114333 b: refs/heads/master c: 97eb89bb0e5d9ab20dbc677cb18fad1421473287 h: refs/heads/master i: 114331: a6a2bb78ee59df9991ccd4651821f4bdaeae4cc8 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4callback.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 06465a1a818f..7e0ef940f6a8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: db820d6376aa81accf5b648651e160fd76e363e2 +refs/heads/master: 97eb89bb0e5d9ab20dbc677cb18fad1421473287 diff --git a/trunk/fs/nfsd/nfs4callback.c b/trunk/fs/nfsd/nfs4callback.c index ab13e02c5683..f7c793a5b803 100644 --- a/trunk/fs/nfsd/nfs4callback.c +++ b/trunk/fs/nfsd/nfs4callback.c @@ -397,9 +397,6 @@ static int do_probe_callback(void *data) addr.sin_port = htons(cb->cb_port); addr.sin_addr.s_addr = htonl(cb->cb_addr); - /* Initialize rpc_stat */ - memset(args.program->stats, 0, sizeof(struct rpc_stat)); - /* Create RPC client */ client = rpc_create(&args); if (IS_ERR(client)) {