Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42554
b: refs/heads/master
c: c041b5f
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Dec 6, 2006
1 parent 06d60d6 commit 61a8524
Show file tree
Hide file tree
Showing 4 changed files with 4 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: fbf76683ff9d1462ec0b2f90ec6ea4793652318c
refs/heads/master: c041b5ff8d50c432698d9bfbd68cc4b76c2ea5bc
2 changes: 1 addition & 1 deletion trunk/fs/lockd/clntproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ static void nlmclnt_cancel_callback(struct rpc_task *task, void *data)
goto retry_cancel;
}

dprintk("lockd: cancel status %d (task %d)\n",
dprintk("lockd: cancel status %u (task %u)\n",
req->a_res.status, task->tk_pid);

switch (req->a_res.status) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/lockd/svc4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ nlm4svc_proc_granted(struct svc_rqst *rqstp, struct nlm_args *argp,
*/
static void nlm4svc_callback_exit(struct rpc_task *task, void *data)
{
dprintk("lockd: %4d callback returned %d\n", task->tk_pid,
dprintk("lockd: %5u callback returned %d\n", task->tk_pid,
-task->tk_status);
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/lockd/svcproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ nlmsvc_proc_granted(struct svc_rqst *rqstp, struct nlm_args *argp,
*/
static void nlmsvc_callback_exit(struct rpc_task *task, void *data)
{
dprintk("lockd: %4d callback returned %d\n", task->tk_pid,
dprintk("lockd: %5u callback returned %d\n", task->tk_pid,
-task->tk_status);
}

Expand Down

0 comments on commit 61a8524

Please sign in to comment.