Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231149
b: refs/heads/master
c: 65e4c89
h: refs/heads/master
i:
  231147: 77be474
v: v3
  • Loading branch information
Kirill A. Shutemov authored and J. Bruce Fields committed Jan 4, 2011
1 parent f0c889c commit 1249fc5
Show file tree
Hide file tree
Showing 2 changed files with 5 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: bdd5f05d91e8ae68075b812ce244c918d3d752cd
refs/heads/master: 65e4c8945575abca4e368e05ca3e9f77df030290
7 changes: 4 additions & 3 deletions trunk/fs/nfsd/nfs4callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@ static int max_cb_time(void)
/* Reference counting, callback cleanup, etc., all look racy as heck.
* And why is cl_cb_set an atomic? */

int setup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *conn)
static int setup_callback_client(struct nfs4_client *clp,
struct nfs4_cb_conn *conn)
{
struct rpc_timeout timeparms = {
.to_initval = max_cb_time(),
Expand Down Expand Up @@ -748,13 +749,13 @@ void nfsd4_shutdown_callback(struct nfs4_client *clp)
flush_workqueue(callback_wq);
}

void nfsd4_release_cb(struct nfsd4_callback *cb)
static void nfsd4_release_cb(struct nfsd4_callback *cb)
{
if (cb->cb_ops->rpc_release)
cb->cb_ops->rpc_release(cb);
}

void nfsd4_process_cb_update(struct nfsd4_callback *cb)
static void nfsd4_process_cb_update(struct nfsd4_callback *cb)
{
struct nfs4_cb_conn conn;
struct nfs4_client *clp = cb->cb_clp;
Expand Down

0 comments on commit 1249fc5

Please sign in to comment.