Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186132
b: refs/heads/master
c: 5a51f13
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Trond Myklebust committed Feb 10, 2010
1 parent 49908af commit 4328453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7a88efe9760de3bc75bde61b0a4c56dbb6cf2494
refs/heads/master: 5a51f13adf7909caec2f8182767485c30e21364e
4 changes: 2 additions & 2 deletions trunk/net/sunrpc/xprtsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -2100,7 +2100,7 @@ static void xs_tcp_print_stats(struct rpc_xprt *xprt, struct seq_file *seq)
* we allocate pages instead doing a kmalloc like rpc_malloc is because we want
* to use the server side send routines.
*/
void *bc_malloc(struct rpc_task *task, size_t size)
static void *bc_malloc(struct rpc_task *task, size_t size)
{
struct page *page;
struct rpc_buffer *buf;
Expand All @@ -2120,7 +2120,7 @@ void *bc_malloc(struct rpc_task *task, size_t size)
/*
* Free the space allocated in the bc_alloc routine
*/
void bc_free(void *buffer)
static void bc_free(void *buffer)
{
struct rpc_buffer *buf;

Expand Down

0 comments on commit 4328453

Please sign in to comment.