diff options
Diffstat (limited to 'fs/lockd/clntproc.c')
-rw-r--r-- | fs/lockd/clntproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/clntproc.c b/fs/lockd/clntproc.c index 3d84f600b633..41c983a05294 100644 --- a/fs/lockd/clntproc.c +++ b/fs/lockd/clntproc.c | |||
@@ -729,7 +729,7 @@ static void nlmclnt_cancel_callback(struct rpc_task *task, void *data) | |||
729 | goto retry_cancel; | 729 | goto retry_cancel; |
730 | } | 730 | } |
731 | 731 | ||
732 | dprintk("lockd: cancel status %d (task %d)\n", | 732 | dprintk("lockd: cancel status %u (task %u)\n", |
733 | req->a_res.status, task->tk_pid); | 733 | req->a_res.status, task->tk_pid); |
734 | 734 | ||
735 | switch (req->a_res.status) { | 735 | switch (req->a_res.status) { |