Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260863
b: refs/heads/master
c: 0d961aa
h: refs/heads/master
i:
  260861: 3243c01
  260859: 94cafa0
  260855: a1c4846
  260847: 409ecfd
  260831: aa0b60a
  260799: 7b4d3f3
  260735: 642e065
  260607: aabc8f9
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Jul 15, 2011
1 parent d1c05e4 commit a1ab433
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: 9e00abc3c20904fd6a5d888bb7023925799ec8a5
refs/heads/master: 0d961aa934b799ca7369db582e52952cc50c656d
4 changes: 2 additions & 2 deletions trunk/net/sunrpc/backchannel_rqst.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ int xprt_setup_backchannel(struct rpc_xprt *xprt, unsigned int min_reqs)
dprintk("RPC: setup backchannel transport failed\n");
return -1;
}
EXPORT_SYMBOL(xprt_setup_backchannel);
EXPORT_SYMBOL_GPL(xprt_setup_backchannel);

/*
* Destroys the backchannel preallocated structures.
Expand Down Expand Up @@ -202,7 +202,7 @@ void xprt_destroy_backchannel(struct rpc_xprt *xprt, unsigned int max_reqs)
dprintk("RPC: backchannel list empty= %s\n",
list_empty(&xprt->bc_pa_list) ? "true" : "false");
}
EXPORT_SYMBOL(xprt_destroy_backchannel);
EXPORT_SYMBOL_GPL(xprt_destroy_backchannel);

/*
* One or more rpc_rqst structure have been preallocated during the
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/svc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ bc_svc_process(struct svc_serv *serv, struct rpc_rqst *req,
return 0;
}
}
EXPORT_SYMBOL(bc_svc_process);
EXPORT_SYMBOL_GPL(bc_svc_process);
#endif /* CONFIG_SUNRPC_BACKCHANNEL */

/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ xdr_terminate_string(struct xdr_buf *buf, const u32 len)
kaddr[buf->page_base + len] = '\0';
kunmap_atomic(kaddr, KM_USER0);
}
EXPORT_SYMBOL(xdr_terminate_string);
EXPORT_SYMBOL_GPL(xdr_terminate_string);

void
xdr_encode_pages(struct xdr_buf *xdr, struct page **pages, unsigned int base,
Expand Down

0 comments on commit a1ab433

Please sign in to comment.