NFS: Fix trace debugging nits in write.c
authorChuck Lever <chuck.lever@oracle.com>
Wed, 11 Jun 2008 21:56:05 +0000 (17:56 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 Jul 2008 16:09:05 +0000 (12:09 -0400)
commit48186c7d5734a6b137f9186b37f6dc98097d0429
tree3fc31d6d71a9160e50ea1c4e9afaefe9b4aefd80
parent6da24bc9cfc645c619992e39aab09747164c9f14
NFS: Fix trace debugging nits in write.c

Clean up: fix a few dprintk messages that still need to show the RPC task ID
correctly, and be sure we use the preferred %lld or %llu instead of %Ld or
%Lu.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/write.c