NFS: Move dprintks from callback.c to callback_proc.c
authorChuck Lever <chuck.lever@oracle.com>
Mon, 10 Dec 2007 19:57:23 +0000 (14:57 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 30 Jan 2008 07:05:52 +0000 (02:05 -0500)
commit1d98fe6717c5786394268da430a4354f6205da54
treef2deab2462455562dae67c38ac19aa653c0ce544
parent5d8515caeb99940f5ed56d22a03aba20bbe7fdcb
NFS: Move dprintks from callback.c to callback_proc.c

Clean up: The client side peer address is available in callback_proc.c,
so move a dprintk out of fs/nfs/callback.c and into
fs/nfs/callback_proc.c.

This is more consistent with other debugging messages, and the proc
routines have more information about each request to display.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Cc: Aurelien Charbon <aurelien.charbon@ext.bull.net>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/callback.c
fs/nfs/callback_proc.c