Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222180
b: refs/heads/master
c: 94f58df
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Trond Myklebust committed Nov 16, 2010
1 parent fa98427 commit dd61b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5685b971362651ee3d99ff3cc512c3bbd049d34d
refs/heads/master: 94f58df8e545657f0b2d16eca1ac7a4ec39ed6be
4 changes: 1 addition & 3 deletions trunk/net/sunrpc/stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ EXPORT_SYMBOL_GPL(svc_seq_show);
*/
struct rpc_iostats *rpc_alloc_iostats(struct rpc_clnt *clnt)
{
struct rpc_iostats *new;
new = kcalloc(clnt->cl_maxproc, sizeof(struct rpc_iostats), GFP_KERNEL);
return new;
return kcalloc(clnt->cl_maxproc, sizeof(struct rpc_iostats), GFP_KERNEL);
}
EXPORT_SYMBOL_GPL(rpc_alloc_iostats);

Expand Down

0 comments on commit dd61b78

Please sign in to comment.